gtk.box

Module for Box class

Members

Classes

Box
class Box

The GtkBox widget arranges child widgets into a single row or column, depending upon the value of its #GtkOrientable:orientation property. Within the other dimension, all children are allocated the same size. Of course, the #GtkWidget:halign and #GtkWidget:valign properties can be used on the children to influence their allocation.

BoxGidBuilder
class BoxGidBuilder

Fluent builder for gtk.box.Box

BoxGidBuilderImpl
class BoxGidBuilderImpl(T)

Fluent builder implementation template for gtk.box.Box