1Gtk2::StatusIcon(3)   User Contributed Perl Documentation  Gtk2::StatusIcon(3)
2
3
4

NAME

6       Gtk2::StatusIcon - wrapper for GtkStatusIcon
7

HIERARCHY

9         Glib::Object
10         +----Gtk2::StatusIcon
11

METHODS

13   statusicon = Gtk2::StatusIcon->new
14   statusicon = Gtk2::StatusIcon->new_from_file ($filename)
15       ·   $filename (localized file name)
16
17   statusicon = Gtk2::StatusIcon->new_from_icon_name ($icon_name)
18       ·   $icon_name (string)
19
20   statusicon = Gtk2::StatusIcon->new_from_pixbuf ($pixbuf)
21       ·   $pixbuf (Gtk2::Gdk::Pixbuf)
22
23   statusicon = Gtk2::StatusIcon->new_from_stock ($stock_id)
24       ·   $stock_id (string)
25
26   boolean = $status_icon->get_blinking
27   $status_icon->set_blinking ($blinking)
28       ·   $blinking (boolean)
29
30   $status_icon->set_from_file ($filename)
31       ·   $filename (localized file name)
32
33   $status_icon->set_from_icon_name ($icon_name)
34       ·   $icon_name (string)
35
36   $status_icon->set_from_pixbuf ($pixbuf)
37       ·   $pixbuf (Gtk2::Gdk::Pixbuf or undef)
38
39   $status_icon->set_from_stock ($stock_id)
40       ·   $stock_id (string)
41
42   list = $status_icon->get_geometry
43   boolean = $status_icon->get_has_tooltip
44       Since: gtk+ 2.16
45
46   $status_icon->set_has_tooltip ($has_tooltip)
47       ·   $has_tooltip (boolean)
48
49       Since: gtk+ 2.16
50
51   string or undef = $status_icon->get_icon_name
52   boolean = $status_icon->is_embedded
53   $status_icon->set_name ($name)
54       ·   $name (string)
55
56       Since: gtk+ 2.20
57
58   pixbuf or undef = $status_icon->get_pixbuf
59   (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, icon)
60   (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, x, y, icon)
61       ·   ... (list)
62
63       ·   $icon (Gtk2::StatusIcon)
64
65       ·   $y (integer)
66
67       ·   $x (integer)
68
69       This function takes four arguments so that it may be passed directly as
70       the menu position callback to Gtk2::Menu::popup(), which passes in
71       initial x and y values for historical reasons.  Otherwise, you need
72       only pass two arguments.
73
74       This function can be used as the menu_pos_func argument to
75       Gtk2::Menu::popup.
76
77   screen = $status_icon->get_screen
78       Since: gtk+ 2.12
79
80   $status_icon->set_screen ($screen)
81       ·   $screen (Gtk2::Gdk::Screen)
82
83       Since: gtk+ 2.12
84
85   integer = $status_icon->get_size
86   string or undef = $status_icon->get_stock
87   imagetype = $status_icon->get_storage_type
88   string = $status_icon->get_title
89       Since: gtk+ 2.18
90
91   $status_icon->set_title ($title)
92       ·   $title (string)
93
94       Since: gtk+ 2.18
95
96   string or undef = $status_icon->get_tooltip_markup
97       Since: gtk+ 2.16
98
99   $status_icon->set_tooltip_markup ($markup)
100       ·   $markup (string or undef)
101
102       Since: gtk+ 2.16
103
104   $status_icon->set_tooltip ($tooltip_text)
105       ·   $tooltip_text (string or undef)
106
107   string or undef = $status_icon->get_tooltip_text
108       Since: gtk+ 2.16
109
110   $status_icon->set_tooltip_text ($text)
111       ·   $text (string or undef)
112
113       Since: gtk+ 2.16
114
115   boolean = $status_icon->get_visible
116   $status_icon->set_visible ($visible)
117       ·   $visible (boolean)
118
119   unsigned = $status_icon->get_x11_window_id
120       Since: gtk+ 2.14
121

PROPERTIES

123       'blinking' (boolean : default false : readable / writable / private)
124           Whether or not the status icon is blinking
125
126       'embedded' (boolean : default false : readable / private)
127           Whether or not the status icon is embedded
128
129       'file' (string : default undef : writable / private)
130           Filename to load and display
131
132       'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable
133       / writable / private)
134           The GIcon being displayed
135
136       'has-tooltip' (boolean : default false : readable / writable / private)
137           Whether this tray icon has a tooltip
138
139       'icon-name' (string : default undef : readable / writable / private)
140           The name of the icon from the icon theme
141
142       'orientation' (Gtk2::Orientation : default "horizontal" : readable /
143       private)
144           The orientation of the tray
145
146       'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable /
147       private)
148           A GdkPixbuf to display
149
150       'screen' (Gtk2::Gdk::Screen : default undef : readable / writable /
151       private)
152           The screen where this status icon will be displayed
153
154       'size' (integer : default 0 : readable / private)
155           The size of the icon
156
157       'stock' (string : default undef : readable / writable / private)
158           Stock ID for a stock image to display
159
160       'storage-type' (Gtk2::ImageType : default "empty" : readable / private)
161           The representation being used for image data
162
163       'title' (string : default undef : readable / writable / private)
164           The title of this tray icon
165
166       'tooltip-markup' (string : default undef : readable / writable /
167       private)
168           The contents of the tooltip for this tray icon
169
170       'tooltip-text' (string : default undef : readable / writable / private)
171           The contents of the tooltip for this widget
172
173       'visible' (boolean : default true : readable / writable / private)
174           Whether or not the status icon is visible
175

SIGNALS

177       activate (Gtk2::StatusIcon)
178       boolean = button-press-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
179       boolean = button-release-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
180       popup-menu (Gtk2::StatusIcon, Glib::UInt, Glib::UInt)
181       boolean = query-tooltip (Gtk2::StatusIcon, integer, integer, boolean,
182       Gtk2::Tooltip)
183       boolean = scroll-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
184       boolean = size-changed (Gtk2::StatusIcon, integer)
185

ENUMS AND FLAGS

187   enum Gtk2::ImageType
188       ·   'empty' / 'GTK_IMAGE_EMPTY'
189
190       ·   'pixmap' / 'GTK_IMAGE_PIXMAP'
191
192       ·   'image' / 'GTK_IMAGE_IMAGE'
193
194       ·   'pixbuf' / 'GTK_IMAGE_PIXBUF'
195
196       ·   'stock' / 'GTK_IMAGE_STOCK'
197
198       ·   'icon-set' / 'GTK_IMAGE_ICON_SET'
199
200       ·   'animation' / 'GTK_IMAGE_ANIMATION'
201
202       ·   'icon-name' / 'GTK_IMAGE_ICON_NAME'
203
204       ·   'gicon' / 'GTK_IMAGE_GICON'
205
206   enum Gtk2::Orientation
207       ·   'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
208
209       ·   'vertical' / 'GTK_ORIENTATION_VERTICAL'
210

SEE ALSO

212       Gtk2, Glib::Object
213
215       Copyright (C) 2003-2011 by the gtk2-perl team.
216
217       This software is licensed under the LGPL.  See Gtk2 for a full notice.
218
219
220
221perl v5.28.1                      2019-02-02               Gtk2::StatusIcon(3)
Impressum