summaryrefslogtreecommitdiff
path: root/gtk/gtklistitemfactory.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+1
| | | | | Move the autocleanup declarations into their respective headers.
* listview: Expose GtkListItemFactory APIsBenjamin Otte2020-05-301-0/+48
Due to the many different ways to set factories, it makes sense to expose them as custom objects. This makes the actual APIs for the list widgets simpler, because they can just have a regular "factory" property. As a convenience function, gtk_list_view_new_with_factory() was added to make this whole approach easy to use from C.