1Gnome2::PixmapEntry(3)User Contributed Perl DocumentationGnome2::PixmapEntry(3)
2
3
4
6 Gnome2::PixmapEntry - wrapper for GnomePixmapEntry
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Box
15 +----Gtk2::VBox
16 +----Gnome2::FileEntry
17 +----Gnome2::PixmapEntry
18
20 Glib::Object::_Unregistered::AtkImplementorIface
21 Gtk2::Buildable
22 Gtk2::Orientable
23 Gtk2::Editable
24
26 widget = Gnome2::PixmapEntry->new ($history_id, $browse_dialog_title,
27 $do_preview)
28 • $history_id (string)
29
30 • $browse_dialog_title (string)
31
32 • $do_preview (boolean)
33
34 string = $pentry->get_filename
35 $pentry->set_pixmap_subdir ($subdir)
36 • $subdir (string)
37
38 $pentry->set_preview ($do_preview)
39 • $do_preview (boolean)
40
41 $pentry->set_preview_size ($preview_w, $preview_h)
42 • $preview_w (integer)
43
44 • $preview_h (integer)
45
46 widget = $pentry->preview_widget
47 widget = $pentry->scrolled_window
49 'do-preview' (boolean : default false : readable / writable)
50 Whether the pixmap entry should have a preview.
51
53 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
54 Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::VBox, Gnome2::FileEntry
55
57 Copyright (C) 2003-2004 by the gtk2-perl team.
58
59 This software is licensed under the LGPL. See Gnome2 for a full
60 notice.
61
62
63
64perl v5.38.0 2023-07-20 Gnome2::PixmapEntry(3)