Method
Gtk.ListBox.prepend
Declaration [src]
void
gtk_list_box_prepend (
GtkListBox* box,
GtkWidget* child
)
Description [src]
Prepend a widget to the list.
If a sort function is set, the widget will actually be inserted at the calculated position.
Parameters
child |
GtkWidget |
the |
|
Ownership is not transferred to the callee |