Method
GtkListBoxprepend
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 and this function has the same effect of gtk_container_add().
Available since: | 3.10 |
Parameters
child |
GtkWidget |
The |
|
The data is owned by the caller of the function. |