Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | dzl_list_box_new () |
GType | dzl_list_box_get_row_type () |
const gchar * | dzl_list_box_get_property_name () |
GListModel * | dzl_list_box_get_model () |
void | dzl_list_box_set_model () |
void | dzl_list_box_set_recycle_max () |
gchar * | property-name | Read / Write / Construct Only |
GType * | row-type | Read / Write / Construct Only |
gchar * | row-type-name | Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkListBox ╰── DzlListBox
void dzl_list_box_set_recycle_max (DzlListBox *self
,guint recycle_max
);
Sets the max number of rows to cache for reuse. Set to 0 to return to the default.
Since: 3.28
“property-name”
property“property-name” gchar *
The property in which to assign the model item.
Flags: Read / Write / Construct Only
Default value: NULL
“row-type”
property“row-type” GType *
The GtkListBoxRow or subclass type to instantiate.
Flags: Read / Write / Construct Only
Allowed values: GtkListBoxRow
“row-type-name”
property“row-type-name” gchar *
The name of the GType as a string.
Flags: Write / Construct Only
Default value: NULL