GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::StatusIcon(3) User Contributed Perl Documentation Gtk2::StatusIcon(3)

Gtk2::StatusIcon - wrapper for GtkStatusIcon

  Glib::Object
  +----Gtk2::StatusIcon

$filename (localized file name)

$icon_name (string)

$pixbuf (Gtk2::Gdk::Pixbuf)

$stock_id (string)

$blinking (boolean)

$filename (localized file name)

$icon_name (string)

$pixbuf (Gtk2::Gdk::Pixbuf or undef)

$stock_id (string)

Since: gtk+ 2.16

$has_tooltip (boolean)

Since: gtk+ 2.16

$name (string)

Since: gtk+ 2.20

  • ... (list)
  • $icon (Gtk2::StatusIcon)
  • $y (integer)
  • $x (integer)

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 menu_pos_func argument to Gtk2::Menu::popup.

Since: gtk+ 2.12

$screen (Gtk2::Gdk::Screen)

Since: gtk+ 2.12

Since: gtk+ 2.18

$title (string)

Since: gtk+ 2.18

Since: gtk+ 2.16

$markup (string or undef)

Since: gtk+ 2.16

$tooltip_text (string or undef)

Since: gtk+ 2.16

$text (string or undef)

Since: gtk+ 2.16

$visible (boolean)

Since: gtk+ 2.14

'blinking' (boolean : default false : readable / writable / private / static-nick / static-blurb / deprecated)
Whether or not the status icon is blinking
'embedded' (boolean : default false : readable / private / static-nick / static-blurb)
Whether or not the status icon is embedded
'file' (string : default undef : writable / private / static-nick / static-blurb)
Filename to load and display
'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable / writable / private / static-nick / static-blurb)
The GIcon being displayed
'has-tooltip' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether this tray icon has a tooltip
'icon-name' (string : default undef : readable / writable / private / static-nick / static-blurb)
The name of the icon from the icon theme
'orientation' (Gtk2::Orientation : default "horizontal" : readable / private / static-nick / static-blurb)
The orientation of the tray
'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable / private / static-nick / static-blurb)
A GdkPixbuf to display
'screen' (Gtk2::Gdk::Screen : default undef : readable / writable / private / static-nick / static-blurb)
The screen where this status icon will be displayed
'size' (integer : default 0 : readable / private / static-nick / static-blurb)
The size of the icon
'stock' (string : default undef : readable / writable / private / static-nick / static-blurb)
Stock ID for a stock image to display
'storage-type' (Gtk2::ImageType : default "empty" : readable / private / static-nick / static-blurb)
The representation being used for image data
'title' (string : default undef : readable / writable / private / static-nick / static-blurb)
The title of this tray icon
'tooltip-markup' (string : default undef : readable / writable / private / static-nick / static-blurb)
The contents of the tooltip for this tray icon
'tooltip-text' (string : default undef : readable / writable / private / static-nick / static-blurb)
The contents of the tooltip for this widget
'visible' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether or not the status icon is visible

activate (Gtk2::StatusIcon)
boolean = button-press-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
boolean = button-release-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
popup-menu (Gtk2::StatusIcon, Glib::UInt, Glib::UInt)
boolean = query-tooltip (Gtk2::StatusIcon, integer, integer, boolean, Gtk2::Tooltip)
boolean = scroll-event (Gtk2::StatusIcon, Gtk2::Gdk::Event)
boolean = size-changed (Gtk2::StatusIcon, integer)

  • 'empty' / 'GTK_IMAGE_EMPTY'
  • 'pixmap' / 'GTK_IMAGE_PIXMAP'
  • 'image' / 'GTK_IMAGE_IMAGE'
  • 'pixbuf' / 'GTK_IMAGE_PIXBUF'
  • 'stock' / 'GTK_IMAGE_STOCK'
  • 'icon-set' / 'GTK_IMAGE_ICON_SET'
  • 'animation' / 'GTK_IMAGE_ANIMATION'
  • 'icon-name' / 'GTK_IMAGE_ICON_NAME'
  • 'gicon' / 'GTK_IMAGE_GICON'

  • 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
  • 'vertical' / 'GTK_ORIENTATION_VERTICAL'

Gtk2, Glib::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.