Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkButtonBoxStyle |
Enum : | ButtonBoxStyle |
Properties | |
---|---|
guint32 Gtk.ButtonBoxStyle.CENTER : 5
|
|
guint32 Gtk.ButtonBoxStyle.EDGE : 2
|
|
guint32 Gtk.ButtonBoxStyle.END : 4
|
|
guint32 Gtk.ButtonBoxStyle.SPREAD : 1
|
|
guint32 Gtk.ButtonBoxStyle.START : 3
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ButtonBox
Property |
layout_style : Gtk.ButtonBoxStyle
|
Gtk.ButtonBox
Method |
get_layout
()
:
Gtk.ButtonBoxStyle
Retrieves the method being used to arrange the buttons in a button box.
|
Gtk.ButtonBox
Method |
set_layout
(ButtonBoxStyle layout_style)
:
none
Changes the way buttons are arranged in their container.
|