- 05 Jun, 2017 7 commits
-
-
Matthias Clasen authored
This is generally expected of containers where it makes sense.
-
Matthias Clasen authored
Implement request modes fully.
-
Matthias Clasen authored
We expand the center child first, but only as far as we can keep it centered.
-
Matthias Clasen authored
Make it possible to fill the slots by using the type attribute on child nodes. This is necessary since GtkCenterBox does not derive from GtkContainer.
-
Matthias Clasen authored
We prefer to give the center widget its natural size, and we center it as long as possible.
-
Matthias Clasen authored
Any slot may be unfilled, not just the center one.
-
Matthias Clasen authored
It provides functionality that GtkBox used to have, and is generally useful.
-
- 25 Apr, 2017 1 commit
-
-
Timm Bäder authored
The center widget in GtkBox was only introduced to use it in GtkActionBar. However, the implementation there is much more complex than it needs to be, so move the center widget into GtkActionBar instead and later remove it from GtkBox.
-
- 17 Feb, 2014 1 commit
-
-
Matthias Clasen authored
Its functionality has been subsumed in GtkBox.
-
- 12 Feb, 2014 1 commit
-
-
- 22 Jan, 2014 1 commit
-
-
Matthias Clasen authored
This is the same fix that was applied to GtkHeaderBar recently. Adding a child widget should not make it visible as a side-effect.
-
- 07 Jan, 2014 3 commits
-
-
Matthias Clasen authored
No need to construct a box that gets thrown away later. Plus, this fixes the defaultvalue test for GtkActionBar.
-
-
William Jon McCann authored
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
-