1Gtk2::FontSelection(3)User Contributed Perl DocumentationGtk2::FontSelection(3)
2
3
4

NAME

6       Gtk2::FontSelection
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Box
15                                  +----Gtk2::VBox
16                                       +----Gtk2::FontSelection
17

INTERFACES

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

METHODS

22       widget = Gtk2::FontSelection->new
23
24       font = $fontsel->get_font
25
26       string = $fontsel->get_font_name
27
28       boolean = $fontsel->set_font_name ($fontname)
29
30           * $fontname (string)
31
32       string = $fontsel->get_preview_text
33
34       $fontsel->set_preview_text ($text)
35
36           * $text (string)
37

PROPERTIES

39       'font' (Gtk2::Gdk::Font : readable / private)
40           The GdkFont that is currently selected
41
42       'font-name' (string : readable / writable / private)
43           The X string that represents this font
44
45       'preview-text' (string : readable / writable / private)
46           The text to display in order to demonstrate the selected font
47

SEE ALSO

49       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
50       Gtk2::Container, Gtk2::Box, Gtk2::VBox
51
53       Copyright (C) 2003-2007 by the gtk2-perl team.
54
55       This software is licensed under the LGPL.  See Gtk2 for a full notice.
56
57
58
59perl v5.8.8                       2007-03-18            Gtk2::FontSelection(3)
Impressum