summaryrefslogtreecommitdiff
path: root/gtk/gtkcenterbox.h
Commit message (Collapse)AuthorAgeFilesLines
* centerbox: Expose GtkCenterLayout:shrink-center-lastAlexander Mikhaylenko2023-04-051-0/+6
|
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* The big versioning cleanupMatthias Clasen2018-02-061-10/+10
| | | | | | | 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.
* CenterBox: Guard against directly including headerDaniel Boles2017-08-051-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785280
* centerbox: Add G_BEGIN_DECLS and G_END_DECLSKjell Ahlstedt2017-08-051-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785280
* center box: complete the baseline supportMatthias Clasen2017-06-101-0/+5
| | | | | | | | | When there is no externally allocated baseline, we should do the same thing that GtkBox does, and determine one from the children that want baseline alignment. This commit adds a GtkCenterBox::baseline-position property with setters and getters.
* Make GtkCenterBox publicMatthias Clasen2017-06-041-0/+60
| | | | | It provides functionality that GtkBox used to have, and is generally useful.
* Drop GtkCenterBoxMatthias Clasen2014-02-161-78/+0
| | | | Its functionality has been subsumed in GtkBox.
* Rename GtkActionBar to GtkCenterBoxWilliam Jon McCann2014-02-121-0/+78
https://bugzilla.gnome.org/show_bug.cgi?id=723929