From f7b2defceed8bafb87da704ce3e7774f53abf1c4 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 3 May 2022 10:45:18 +0530 Subject: [PATCH] Update CL port manual --- cl/manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/manual.org b/cl/manual.org index 2f1a14c..9b1a375 100644 --- a/cl/manual.org +++ b/cl/manual.org @@ -25,7 +25,7 @@ Currently, only one CLIM pane has been implemented, called the [[file:chronometr :PROPERTIES: :CUSTOM_ID: tables :END: -The tables in the CLIM frontend are meant to be easy to extend. Thus - +The tables in the CLIM frontend are designed with ease of extensibility in mind. Thus - 1. The columns displayed in this table are controlled by [[file:chronometrist.org::#*task-duration-table-spec*][=*task-duration-table-spec*=]], which contains a list of [[file:chronometrist.org::#column-specifier][=column-specifier=]] objects. 2. Each [[file:chronometrist.org::#column-specifier][=column-specifier=]] has two methods specializing on it, a [[file:chronometrist.org::#cell-data][=cell-data=]] method and a [[file:chronometrist.org::#cell-print][=cell-print=]] method. These determine the data contained by the cells of the column, and how that data is printed in the CLIM pane.