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         Gtk2::Buildable
21         Glib::Object::_Unregistered::GtkActivatable
22

METHODS

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

PROPERTIES

55       'font-name' (string : readable / writable / private)
56           The name of the selected font
57
58       'show-size' (boolean : readable / writable / private)
59           Whether selected font size is shown in the label
60
61       'show-style' (boolean : readable / writable / private)
62           Whether the selected font style is shown in the label
63
64       'title' (string : readable / writable / private)
65           The title of the font selection dialog
66
67       'use-font' (boolean : readable / writable / private)
68           Whether the label is drawn in the selected font
69
70       'use-size' (boolean : readable / writable / private)
71           Whether the label is drawn with the selected font size
72

SIGNALS

74       font-set (Gtk2::FontButton)
75

SEE ALSO

77       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
78       Gtk2::Container, Gtk2::Bin, Gtk2::Button
79
81       Copyright (C) 2003-2008 by the gtk2-perl team.
82
83       This software is licensed under the LGPL.  See Gtk2 for a full notice.
84
85
86
87perl v5.12.0                      2010-05-02               Gtk2::FontButton(3)
Impressum