Package: gtk
Class gtk-alignment
Superclassesgtk-bin, gtk-container, gtk-widget, gtk-buildable, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk-alignment widget controls the alignment and size of its child
widget. It has four settings: xscale, yscale, xalign, and yalign. The scale settings are used to specify how much the child widget should expand to fill the space allocated to the alignment. The values can range from 0.0, meaning the child does not expand at all, to 1.0, meaning the child expands to fill all of the available space. The align settings are used to place the child widget within the available area. The values range from 0.0, top or left, to 1.0, bottom or right. Of course, if the scale settings are both set to 1.0, the alignment settings have no effect. Warning | Slot Access Functions
Inherited Slot Access FunctionsSee also |
*2021-7-25