table of contents
| Gtk2::CheckButton(3) | User Contributed Perl Documentation | Gtk2::CheckButton(3) |
NAME¶
Gtk2::CheckButton - wrapper for GtkCheckButton
HIERARCHY¶
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::Container
+----Gtk2::Bin
+----Gtk2::Button
+----Gtk2::ToggleButton
+----Gtk2::CheckButton
INTERFACES¶
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable
METHODS¶
widget = Gtk2::CheckButton->new ($label=undef)¶
- •
- $label (string)
widget = Gtk2::CheckButton->new_with_label ($label=undef)¶
- •
- $label (string)
widget = Gtk2::CheckButton->new_with_mnemonic ($label=undef)¶
- •
- $label (string)
STYLE PROPERTIES¶
- 'indicator-size' (integer : default 13 : readable / private / static-nick / static-blurb)
- Size of check or radio indicator
- 'indicator-spacing' (integer : default 2 : readable / private / static-nick / static-blurb)
- Spacing around check or radio indicator
SEE ALSO¶
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button, Gtk2::ToggleButton
COPYRIGHT¶
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
| 2022-01-17 | perl v5.26.1 |