1Gtk2::CheckButton(3) User Contributed Perl Documentation Gtk2::CheckButton(3)
2
3
4
6 Gtk2::CheckButton - wrapper for GtkCheckButton
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gtk2::Button
16 +----Gtk2::ToggleButton
17 +----Gtk2::CheckButton
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21 Gtk2::Buildable
22 Gtk2::Activatable
23
25 widget = Gtk2::CheckButton->new ($label=undef)
26 · $label (string)
27
28 widget = Gtk2::CheckButton->new_with_label ($label=undef)
29 · $label (string)
30
31 widget = Gtk2::CheckButton->new_with_mnemonic ($label=undef)
32 · $label (string)
33
35 'indicator-size' (integer : default 13 : readable / private)
36 Size of check or radio indicator
37
38 'indicator-spacing' (integer : default 2 : readable / private)
39 Spacing around check or radio indicator
40
42 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
43 Gtk2::Container, Gtk2::Bin, Gtk2::Button, Gtk2::ToggleButton
44
46 Copyright (C) 2003-2011 by the gtk2-perl team.
47
48 This software is licensed under the LGPL. See Gtk2 for a full notice.
49
50
51
52perl v5.30.1 2020-01-30 Gtk2::CheckButton(3)