Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert headers to #pragma once | Matthias Clasen | 2023-03-31 | 1 | -3/+1 |
| | | | | The conversion was done by guard2one. | ||||
* | gtk: Dissolve gtk-autocleanup.h | Matthias Clasen | 2022-09-23 | 1 | -0/+1 |
| | | | | | Move the autocleanup declarations into their respective headers. | ||||
* | listview: Expose GtkListItemFactory APIs | Benjamin Otte | 2020-05-30 | 1 | -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. |