1Gtk2::FontButton(3)   User Contributed Perl Documentation  Gtk2::FontButton(3)
2
3
4

NAME

6       Gtk2::FontButton
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gtk2::Button
16                                       +----Gtk2::FontButton
17

INTERFACES

19         Glib::Object::_Unregistered::AtkImplementorIface
20

METHODS

22       widget = Gtk2::FontButton->new ($fontname=undef)
23
24           * $fontname (string)
25
26       widget = Gtk2::FontButton->new_with_font ($fontname=undef)
27
28           * $fontname (string)
29
30       string = $font_button->get_font_name
31
32       boolean = $font_button->set_font_name ($fontname)
33
34           * $fontname (string)
35
36       boolean = $font_button->get_show_size
37
38       $font_button->set_show_size ($show_size)
39
40           * $show_size (boolean)
41
42       boolean = $font_button->get_show_style
43
44       $font_button->set_show_style ($show_style)
45
46           * $show_style (boolean)
47
48       string = $font_button->get_title
49
50       $font_button->set_title ($title)
51
52           * $title (string)
53
54       boolean = $font_button->get_use_font
55
56       $font_button->set_use_font ($use_font)
57
58           * $use_font (boolean)
59
60       boolean = $font_button->get_use_size
61
62       $font_button->set_use_size ($use_size)
63
64           * $use_size (boolean)
65

PROPERTIES

67       'font-name' (string : readable / writable / private)
68           The name of the selected font
69
70       'show-size' (boolean : readable / writable / private)
71           Whether selected font size is shown in the label
72
73       'show-style' (boolean : readable / writable / private)
74           Whether the selected font style is shown in the label
75
76       'title' (string : readable / writable / private)
77           The title of the font selection dialog
78
79       'use-font' (boolean : readable / writable / private)
80           Whether the label is drawn in the selected font
81
82       'use-size' (boolean : readable / writable / private)
83           Whether the label is drawn with the selected font size
84

SIGNALS

86       font-set (Gtk2::FontButton)
87

SEE ALSO

89       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
90       Gtk2::Container, Gtk2::Bin, Gtk2::Button
91
93       Copyright (C) 2003-2007 by the gtk2-perl team.
94
95       This software is licensed under the LGPL.  See Gtk2 for a full notice.
96
97
98
99perl v5.8.8                       2007-03-18               Gtk2::FontButton(3)
Impressum