Update CL port manual

This commit is contained in:
contrapunctus 2022-05-03 10:45:18 +05:30
parent be32efd73b
commit f7b2defcee
1 changed files with 1 additions and 1 deletions

View File

@ -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.