summaryrefslogtreecommitdiff
path: root/gtk/gtkstacksidebar.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/+2
| | | | | Move the autocleanup declarations into their respective headers.
* stacksidebar: Inherit from GtkWidgetTimm Bäder2019-10-091-3/+2
| | | | | The child widgets are completely managed by the stacksidebar itself, so this has no business being a GtkBin.
* stack sidebar: Make finalMatthias Clasen2019-05-261-22/+1
| | | | This should not be subclassed.
* The big versioning cleanupMatthias Clasen2018-02-061-4/+4
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* GtkStackSidebar: Fix incomplete renamingMatthias Clasen2015-03-131-2/+2
| | | | Some of the boilerplate macros were missing. Oops
* Rename GtkSidebar to GtkStackSidebarLars Uebernickel2015-02-131-0/+73
GtkSidebar is too generic and doesn't fully convey what the widget does. https://bugzilla.gnome.org/show_bug.cgi?id=744094