1
edit
Changes
→CLine: Recommendations
== CLine ==
A CLine is an editable line of text. It inherits from CField.
=== Recommendations ===
* CLine should use your display and edit functions that you created in A1.
* CLine should have at least two private int member that it passes to your edit function from A1 when editing is requested:
** Cursor position
** String offset
== CButton ==
A CButton is a text field with additional decoration displayed when the button is in its "edit" state. The edit state is exited when the user presses any key.