Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gtk+-2.0
Gtk
ButtonBox
layout_style
ButtonBox
get_child_secondary
get_layout
set_child_secondary
set_layout
child_ipad_x
child_ipad_y
child_min_height
child_min_width
ButtonBox
Object Hierarchy:
Description:
public
class
ButtonBox
:
Box
,
Implementor
,
Buildable
,
Orientable
All known sub-classes:
HButtonBox
VButtonBox
Namespace:
Gtk
Package:
gtk+-2.0
Content:
Properties:
public
ButtonBoxStyle
layout_style
{
set
;
get
; }
Creation methods:
protected
ButtonBox
()
Methods:
public
bool
get_child_secondary
(
Widget
child)
Returns whether
child
should appear in a secondary group of children.
public
ButtonBoxStyle
get_layout
()
public
void
set_child_secondary
(
Widget
child,
bool
is_secondary)
Sets whether
child
should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog.
public
void
set_layout
(
ButtonBoxStyle
layout_style)
Fields:
public
int
child_ipad_x
public
int
child_ipad_y
public
int
child_min_height
public
int
child_min_width