Module dui.ListG
| Constructor Summary | |
|---|---|
| public |
() Creates a new ListG |
|
(GList* gList) Lists are created from a null node |
|
|
(OGTK[] gtks) Creates a list from an array of OGTK |
|
| Methods Summary | |
|---|---|
| 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) |