Changes

Jump to: navigation, search

Project A2 20141 - OOP344

260 bytes added, 18:37, 9 March 2014
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.

Navigation menu