Module dui.SListG
Constructor Summary | |
---|---|
(GSList* gsList) |
|
public |
() Creates a new SListG |
(OGTK[] gtks) Creates a list from an array of OGTK |
Methods Summary | |
---|---|
GSList* |
obj() Gets the GObject |
void |
append(char str) Appends an entry to this list |
void |
prepend(char str) Preppends an entry to this list |
guint |
length() Getst the length of this list |
gpointer |
nthData(guint n) Gets the nth element of this list |