/usr/share/perl5/Gtk2/StatusIcon.pod is in libgtk2-perl-doc 2:1.223-1build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | =head1 NAME
Gtk2::StatusIcon - wrapper for GtkStatusIcon
=cut
=head1 HIERARCHY
Glib::Object
+----Gtk2::StatusIcon
=cut
=head1 METHODS
=head2 statusicon = Gtk2::StatusIcon-E<gt>B<new>
=head2 statusicon = Gtk2::StatusIcon-E<gt>B<new_from_file> ($filename)
=over
=item * $filename (localized file name)
=back
=head2 statusicon = Gtk2::StatusIcon-E<gt>B<new_from_icon_name> ($icon_name)
=over
=item * $icon_name (string)
=back
=head2 statusicon = Gtk2::StatusIcon-E<gt>B<new_from_pixbuf> ($pixbuf)
=over
=item * $pixbuf (Gtk2::Gdk::Pixbuf)
=back
=head2 statusicon = Gtk2::StatusIcon-E<gt>B<new_from_stock> ($stock_id)
=over
=item * $stock_id (string)
=back
=head2 boolean = $status_icon-E<gt>B<get_blinking>
=head2 $status_icon-E<gt>B<set_blinking> ($blinking)
=over
=item * $blinking (boolean)
=back
=head2 $status_icon-E<gt>B<set_from_file> ($filename)
=over
=item * $filename (localized file name)
=back
=head2 $status_icon-E<gt>B<set_from_icon_name> ($icon_name)
=over
=item * $icon_name (string)
=back
=head2 $status_icon-E<gt>B<set_from_pixbuf> ($pixbuf)
=over
=item * $pixbuf (Gtk2::Gdk::Pixbuf or undef)
=back
=head2 $status_icon-E<gt>B<set_from_stock> ($stock_id)
=over
=item * $stock_id (string)
=back
=head2 list = $status_icon-E<gt>B<get_geometry>
=head2 boolean = $status_icon-E<gt>B<get_has_tooltip>
Since: gtk+ 2.16
=head2 $status_icon-E<gt>B<set_has_tooltip> ($has_tooltip)
=over
=item * $has_tooltip (boolean)
=back
Since: gtk+ 2.16
=head2 string or undef = $status_icon-E<gt>B<get_icon_name>
=head2 boolean = $status_icon-E<gt>B<is_embedded>
=head2 pixbuf or undef = $status_icon-E<gt>B<get_pixbuf>
=head2 (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, icon)
=head2 (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, x, y, icon)
=over
=item * ... (list)
=item * $icon (Gtk2::StatusIcon)
=item * $y (integer)
=item * $x (integer)
=back
This function takes four arguments so that it may be passed directly as the
menu position callback to Gtk2::Menu::popup(), which passes in initial x and y
values for historical reasons. Otherwise, you need only pass two arguments.
This function can be used as the I<menu_pos_func> argument to
I<Gtk2::Menu::popup>.
=head2 screen = $status_icon-E<gt>B<get_screen>
Since: gtk+ 2.12
=head2 $status_icon-E<gt>B<set_screen> ($screen)
=over
=item * $screen (Gtk2::Gdk::Screen)
=back
Since: gtk+ 2.12
=head2 integer = $status_icon-E<gt>B<get_size>
=head2 string or undef = $status_icon-E<gt>B<get_stock>
=head2 imagetype = $status_icon-E<gt>B<get_storage_type>
=head2 string or undef = $status_icon-E<gt>B<get_tooltip_markup>
Since: gtk+ 2.16
=head2 $status_icon-E<gt>B<set_tooltip_markup> ($markup)
=over
=item * $markup (string or undef)
=back
Since: gtk+ 2.16
=head2 $status_icon-E<gt>B<set_tooltip> ($tooltip_text)
=over
=item * $tooltip_text (string or undef)
=back
=head2 string or undef = $status_icon-E<gt>B<get_tooltip_text>
Since: gtk+ 2.16
=head2 $status_icon-E<gt>B<set_tooltip_text> ($text)
=over
=item * $text (string or undef)
=back
Since: gtk+ 2.16
=head2 boolean = $status_icon-E<gt>B<get_visible>
=head2 $status_icon-E<gt>B<set_visible> ($visible)
=over
=item * $visible (boolean)
=back
=head2 unsigned = $status_icon-E<gt>B<get_x11_window_id>
Since: gtk+ 2.14
=cut
=head1 PROPERTIES
=over
=item 'blinking' (boolean : default false : readable / writable / private)
Whether or not the status icon is blinking
=item 'embedded' (boolean : default false : readable / private)
Whether or not the status icon is embedded
=item 'file' (string : default undef : writable / private)
Filename to load and display
=item 'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable / writable / private)
The GIcon being displayed
=item 'has-tooltip' (boolean : default false : readable / writable / private)
Whether this tray icon has a tooltip
=item 'icon-name' (string : default undef : readable / writable / private)
The name of the icon from the icon theme
=item 'orientation' (Gtk2::Orientation : default "horizontal" : readable / private)
The orientation of the tray
=item 'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable / private)
A GdkPixbuf to display
=item 'screen' (Gtk2::Gdk::Screen : default undef : readable / writable / private)
The screen where this status icon will be displayed
=item 'size' (integer : default 0 : readable / private)
The size of the icon
=item 'stock' (string : default undef : readable / writable / private)
Stock ID for a stock image to display
=item 'storage-type' (Gtk2::ImageType : default "empty" : readable / private)
The representation being used for image data
=item 'title' (string : default undef : readable / writable / private)
The title of this tray icon
=item 'tooltip-markup' (string : default undef : readable / writable / private)
The contents of the tooltip for this tray icon
=item 'tooltip-text' (string : default undef : readable / writable / private)
The contents of the tooltip for this widget
=item 'visible' (boolean : default true : readable / writable / private)
Whether or not the status icon is visible
=back
=cut
=head1 SIGNALS
=over
=item B<activate> (Gtk2::StatusIcon)
=item boolean = B<button-press-event> (Gtk2::StatusIcon, Gtk2::Gdk::Event)
=item boolean = B<button-release-event> (Gtk2::StatusIcon, Gtk2::Gdk::Event)
=item boolean = B<scroll-event> (Gtk2::StatusIcon, Gtk2::Gdk::Event)
=item boolean = B<query-tooltip> (Gtk2::StatusIcon, integer, integer, boolean, Gtk2::Tooltip)
=item B<popup-menu> (Gtk2::StatusIcon, Glib::UInt, Glib::UInt)
=item boolean = B<size-changed> (Gtk2::StatusIcon, integer)
=back
=cut
=head1 ENUMS AND FLAGS
=head2 enum Gtk2::ImageType
=over
=item * 'empty' / 'GTK_IMAGE_EMPTY'
=item * 'pixmap' / 'GTK_IMAGE_PIXMAP'
=item * 'image' / 'GTK_IMAGE_IMAGE'
=item * 'pixbuf' / 'GTK_IMAGE_PIXBUF'
=item * 'stock' / 'GTK_IMAGE_STOCK'
=item * 'icon-set' / 'GTK_IMAGE_ICON_SET'
=item * 'animation' / 'GTK_IMAGE_ANIMATION'
=item * 'icon-name' / 'GTK_IMAGE_ICON_NAME'
=item * 'gicon' / 'GTK_IMAGE_GICON'
=back
=head2 enum Gtk2::Orientation
=over
=item * 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
=item * 'vertical' / 'GTK_ORIENTATION_VERTICAL'
=back
=cut
=head1 SEE ALSO
L<Gtk2>, L<Glib::Object>
=cut
=head1 COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See L<Gtk2> for a full notice.
=cut
|