Method
GtkListBoxRowset_header
since: 3.10
Declaration [src]
void
gtk_list_box_row_set_header (
GtkListBoxRow* row,
GtkWidget* header
)
Description [src]
Sets the current header of the row
. This is only allowed to be called
from a GtkListBoxUpdateHeaderFunc
. It will replace any existing
header in the row, and be shown in front of the row in the listbox.
Available since: 3.10
Parameters
header
-
Type:
GtkWidget
The header, or
NULL
.The argument can be NULL
.The data is owned by the caller of the method.