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.