1Gtk2::FontSelectionDialUosge(r3)Contributed Perl DocumenGttakt2i:o:nFontSelectionDialog(3)
2
3
4
6 Gtk2::FontSelectionDialog - wrapper for GtkFontSelectionDialog
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 Gtk2::Buildable
22
24 widget = Gtk2::FontSelectionDialog->new ($title)
25 • $title (string)
26
27 widget = $fsd->get_apply_button
28 widget = $fsd->get_cancel_button
29 font = $fsd->get_font
30 string = $fsd->get_font_name
31 boolean = $fsd->set_font_name ($fontname)
32 • $fontname (string)
33
34 widget = $fsd->get_font_selection
35 Since: gtk+ 2.22
36
37 widget = $fsd->get_ok_button
38 string = $fsd->get_preview_text
39 $fsd->set_preview_text ($text)
40 • $text (string)
41
43 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
44 Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
45
47 Copyright (C) 2003-2011 by the gtk2-perl team.
48
49 This software is licensed under the LGPL. See Gtk2 for a full notice.
50
51
52
53perl v5.36.0 2022-07-22 Gtk2::FontSelectionDialog(3)