Top |
GtkListBox helpersGtkListBox helpers — Helper functions for GtkListBox. |
GtkListBox can receive the .preferences style class to receive borders, rounded corners, row separators and to isolate an expanded HdyExpanderRow. Please note you should not have row header for the last row to be styled as expected.
void hdy_list_box_separator_header (GtkListBoxRow *row
,GtkListBoxRow *before
,gpointer unused_user_data
);
Separates rows by using GtkSeparator as headers. The first row doesn't have a separator as there is no row above it.
row |
the row to update |
|
before |
the row before |
[allow-none] |
unused_user_data |
unused user data. |
[closure] |
Since: 0.0.6