1Gtk2::FontSelectionDialUosge(r3)Contributed Perl DocumenGttakt2i:o:nFontSelectionDialog(3)
2
3
4
6 Gtk2::FontSelectionDialog
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gtk2::Window
16 +----Gtk2::Dialog
17 +----Gtk2::FontSelectionDialog
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21
23 widget = Gtk2::FontSelectionDialog->new ($title)
24
25 * $title (string)
26
27 widget = $fsd->apply_button
28
29 widget = $fsd->cancel_button
30
31 font = $fsd->get_font
32
33 string = $fsd->get_font_name
34
35 boolean = $fsd->set_font_name ($fontname)
36
37 * $fontname (string)
38
39 widget = $fsd->ok_button
40
41 string = $fsd->get_preview_text
42
43 $fsd->set_preview_text ($text)
44
45 * $text (string)
46
48 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
49 Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
50
52 Copyright (C) 2003-2007 by the gtk2-perl team.
53
54 This software is licensed under the LGPL. See Gtk2 for a full notice.
55
56
57
58perl v5.8.8 2007-03-18 Gtk2::FontSelectionDialog(3)