This is not intended to be used outside the context of the GTK.
Public Member Functions | |
| this () | |
| Creates a new ListG. | |
| this (GList *gList) | |
| Lists are created from a null node. | |
| this (OGTK[] gtks) | |
| Creates a list from an array of OGTK. | |
| GList * | obj () |
| Gets our GObject list. | |
| guint | length () |
| Getst the length of this list. | |
| gpointer | nthData (guint n) |
| Gets the nth element of this list. | |
| void | append (String str) |
| Appends an entry to this list. | |
|
|
Appends an entry to this list.
|
|
|
Getst the length of this list.
|
|
|
Gets the nth element of this list.
|
|
|
Gets our GObject list.
|
|
|
Creates a list from an array of OGTK.
|
|
|
Lists are created from a null node.
|
|
|
Creates a new ListG.
|
|
|
|
|