Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gtk+-2.0
Gtk
CheckButton
CheckButton
CheckButton.with_label
CheckButton.with_mnemonic
draw_indicator
CheckButton
Object Hierarchy:
Description:
public
class
CheckButton
:
ToggleButton
,
Implementor
,
Buildable
,
Activatable
All known sub-classes:
RadioButton
Namespace:
Gtk
Package:
gtk+-2.0
Content:
Creation methods:
public
CheckButton
()
public
CheckButton.with_label
(
string
label)
public
CheckButton.with_mnemonic
(
string
label)
Creates a new
CheckButton
containing a label. The label will be created using
Label.with_mnemonic
, so underscores in
label
indicate the mnemonic for the check button.
Methods:
public
virtual
void
draw_indicator
(
Rectangle
area)