Public Member Functions | |
| this (char[][] list) | |
| Assign the list, non-copying. | |
| char[] | columnText (Column column) |
| Return a column's text value. | |
| int | compare (ListBox.Row other, Column column) |
| Perform a capitalization-aware text comparison. | |
| int | height () |
| Return the height of the row in pixels. | |
| void | displayColumn (Column column, int x, int y, int width) |
| Draw a single column at the specified location. | |
| void | display (int x, int y, bit selected, bit focus, bit enabled) |
| Display this row in the canvas at the specified location. | |
Public Attributes | |
| char[][] | list |
| Column values. | |
|
||||||||||||||||||||||||
|
Display this row in the canvas at the specified location. The default calls displayFocus on the whole row, sets the text color to black or white depending upon whether the row is selected, and then calls displayColumn on each column.
Reimplemented from ListBox.Row. |
|
||||||||||||||||||||
|
Draw a single column at the specified location. The default draws nothing.
Reimplemented from ListBox.Row. |
1.3.2