Inheritance diagram for List:

Public Member Functions | |
| public | this () |
| Creates a new List. | |
| void | insertItems (ListG items, gint position) |
| Inserts items to this list at a specific position. | |
| void | appendItems (ListG items) |
| Appends a list of item to the list. | |
| void | prependItems (ListG items) |
| Preppends a list of item to the list. | |
| void | removeItems (ListG items) |
| removes a list of item from the list | |
| void | removeItemsNoUnref (ListG items) |
| removes a list of item from the list but doesn't mark as unreferred | |
| void | clearItems (gint start, gint end) |
| Clears the item from the star to the end positions. | |
| void | selectItem (gint item) |
| Select one item by position. | |
| void | unselectItem (gint item) |
| Unselects one item by position. | |
| void | selectChild (Widget child) |
| Select a child widget. | |
| void | unselectChild (Widget child) |
| Unselect a child widget. | |
| gint | childPosition (Widget child) |
| Gets the child position. | |
| void | setSelectionMode (SelectionMode mode) |
| Sets the selection mode. | |
| void | extendedSelection (ScrollType scroll_type, gfloat position, gboolean auto_start_selection) |
| Extended selection ??? | |
| void | startSelection () |
| Start selection. | |
| void | endSelection () |
| End Selection. | |
| void | selectAll () |
| Select all. | |
| void | scrollHorizontal (ScrollType scroll_type, gfloat position) |
| Scroll horizontal. | |
| void | scrollVertical (ScrollType scroll_type, gfloat position) |
| Scroll Vertical. | |
| void | toggleAddMode () |
| Toggle add mode. | |
| void | toggleFocusRow () |
| toggle focus row. | |
| void | toggleRow (Widget item) |
| Toggle row. | |
| void | undoSelection () |
| Undo selection. | |
| void | endDragSelection () |
| End drag Selection. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Appends a list of item to the list.
|
|
|
Gets the child position.
|
|
||||||||||||
|
Clears the item from the star to the end positions.
|
|
|
End drag Selection.
|
|
|
End Selection.
|
|
||||||||||||||||
|
Extended selection ???
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
||||||||||||
|
Inserts items to this list at a specific position.
|
|
|
Preppends a list of item to the list.
|
|
|
removes a list of item from the list
|
|
|
removes a list of item from the list but doesn't mark as unreferred
|
|
||||||||||||
|
Scroll horizontal.
|
|
||||||||||||
|
Scroll Vertical.
|
|
|
Select all.
|
|
|
Select a child widget.
|
|
|
Select one item by position.
|
|
|
Sets the selection mode.
|
|
|
Start selection.
|
|
|
Creates a new List.
|
|
|
Toggle add mode.
|
|
|
toggle focus row.
|
|
|
Toggle row.
|
|
|
Undo selection.
|
|
|
Unselect a child widget.
|
|
|
Unselects one item by position.
|
|
|
|
|