summaryrefslogtreecommitdiff
path: root/gtk/gtkactionbar.h
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+1
| | | | | Move the autocleanup declarations into their respective headers.
* actionbar: Derive from GtkWidgetMatthias Clasen2020-05-111-1/+1
| | | | GtkContainer is going away.
* actionbar: Add gtk_action_bar_removeMatthias Clasen2020-05-111-0/+4
| | | | This is a replacement for gtk_container_remove.
* action bar: Make finalMatthias Clasen2019-05-261-23/+0
|
* The big versioning cleanupMatthias Clasen2018-02-061-8/+8
| | | | | | | 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.
* actionbar: Fix class and instance struct parent memberTimm Bäder2017-01-081-3/+3
|
* actionbar: Add revealed propertyTimm Bäder2017-01-081-0/+8
| | | | | So we can show and hide it with a transition as well as bind another property to it.
* Add new ActionBarWilliam Jon McCann2014-02-121-0/+78
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723929
* Rename GtkActionBar to GtkCenterBoxWilliam Jon McCann2014-02-121-78/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723929
* docs: fix docs for ActionBarWilliam Jon McCann2014-01-211-0/+2
|
* Add GtkActionBarWilliam Jon McCann2014-01-071-0/+76
A widget intended to offer contextual actions for a given view. It allows packing children into the start or end as well as offering a single centered child box. https://bugzilla.gnome.org/show_bug.cgi?id=721665