1Gnome2::IconEntry(3)  User Contributed Perl Documentation Gnome2::IconEntry(3)
2
3
4

NAME

6       Gnome2::IconEntry - wrapper for GnomeIconEntry
7

HIERARCHY

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

INTERFACES

19         Glib::Object::_Unregistered::AtkImplementorIface
20         Gtk2::Buildable
21         Gtk2::Orientable
22

METHODS

24   widget = Gnome2::IconEntry->new ($history_id, $browse_dialog_title)
25       •   $history_id (string)
26
27       •   $browse_dialog_title (string)
28
29   $ientry->set_browse_dialog_title ($browse_dialog_title)
30       •   $browse_dialog_title (string)
31
32   string = $ientry->get_filename
33   boolean = $ientry->set_filename ($filename)
34       •   $filename (string)
35
36   $ientry->set_history_id ($history_id)
37       •   $history_id (string)
38
39   $ientry->set_max_saved ($max_saved)
40       •   $max_saved (integer)
41
42       Since: libgnomeui 2.4
43
44   widget or undef = $ientry->pick_dialog
45   $ientry->set_pixmap_subdir ($subdir)
46       •   $subdir (string)
47

PROPERTIES

49       'browse-dialog-title' (string : default undef : readable / writable)
50           Title for the Browse icon dialog.
51
52       'filename' (string : default undef : readable / writable)
53           Filename that should be displayed in the icon entry.
54
55       'history-id' (string : default undef : readable / writable)
56           Unique identifier for the icon entry.  This will be used to save
57           the history list.
58
59       'pick-dialog' (Gtk2::Dialog : default undef : readable)
60           Icon picker dialog.  You can use this property to get the GtkDialog
61           if you need to modify or query any of its properties.
62
63       'pixmap-subdir' (string : default undef : readable / writable)
64           Directory that will be searched for icons.
65

SIGNALS

67       browse (Gnome2::IconEntry)
68       changed (Gnome2::IconEntry)
69

SEE ALSO

71       Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
72       Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::VBox
73
75       Copyright (C) 2003-2004 by the gtk2-perl team.
76
77       This software is licensed under the LGPL.  See Gnome2 for a full
78       notice.
79
80
81
82perl v5.36.0                      2022-07-22              Gnome2::IconEntry(3)
Impressum