Public Member Functions | |
| void | sort () |
| Sort the rows on this column. | |
| void | sort (bit reversed) |
| Sort the rows on this column. | |
| int | columnIndex () |
| Return the index of this column when created. | |
| int | orderedIndex () |
| Return the ordered index of this column. | |
| int | offsetx () |
| Return the x offset of this column. | |
| bit | insidex (int x) |
| Return whether this x point is within the column. | |
Public Attributes | |
| ListBox | control |
| Link back to the list box. | |
| char[] | name |
| Name of the column. | |
| bit | reversed |
| If true, use reversed sorting order. | |
| float | width |
| Current width in pixels. | |
|
|
Sort the rows on this column.
|
1.3.2