Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkAlign |
Enum : | Align |
Properties | |
---|---|
guint32 Gtk.Align.CENTER : 3
|
|
guint32 Gtk.Align.END : 2
|
|
guint32 Gtk.Align.FILL : 0
|
|
guint32 Gtk.Align.START : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Widget
Property |
halign : Gtk.Align
How to distribute horizontal space if widget gets extra space, see GtkAlign
|
Gtk.Widget
Property |
valign : Gtk.Align
How to distribute vertical space if widget gets extra space, see GtkAlign
|
Gtk.Widget
Method |
get_halign
()
:
Gtk.Align
Gets the value of the GtkWidget:halign property.
|
Gtk.Widget
Method |
get_valign
()
:
Gtk.Align
Gets the value of the GtkWidget:valign property.
|
Gtk.Widget
Method |
set_halign
(Align align)
:
none
Sets the horizontal alignment of widget.
|
Gtk.Widget
Method |
set_valign
(Align align)
:
none
Sets the vertical alignment of widget.
|