Constructor
GtkListBoxRownew
since: 3.10
Declaration [src]
GtkWidget*
gtk_list_box_row_new (
void
)
Description [src]
Creates a new GtkListBoxRow
, to be used as a child of a GtkListBox
.
Available since: 3.10
Return value
Type: GtkWidget
A new GtkListBoxRow
.
The data is owned by the called function. |