The members of Gtk.StatusIcon are listed below.
See Also: Inherited members from GLib.Object
Public Constructors
Public constructor. Public constructor. Public constructor. Public constructor.
Protected Constructors
Obsolete constructor.
Public Properties
Blinking bool. Indicates if the Icon is Blinking. [write-only] File string. Display an icon from a file. [write-only] FromFile string. Display an icon from a file. [write-only] FromIconName string. Display an icon from the current icon theme. [write-only] FromPixbuf Gdk.Pixbuf. Display a Pixbuf Icon. [write-only] FromStock string. Display a stock Icon. [read-only] staticGType GLib.GType. Native type value. IconName string. Display an icon from the current icon theme. [read-only] IsEmbedded bool. Indicates if the icon is embedded in a notification area. Pixbuf Gdk.Pixbuf. Display a Pixbuf Icon. [read-only] Size int. Pixel size available for Icon. Stock string. Display a stock Icon. [read-only] StorageType ImageType. Image storage type. [write-only] Tooltip string. Sets the Tooltip. Visible bool. Indicates if the Icon is visible.
Public Methods
GetGeometry(out Gdk.Screen, out Gdk.Rectangle, out Orientation) : bool Get the Location and Orientation of the Icon.GetGeometry(Gdk.Screen, Gdk.Rectangle, out Orientation) : bool Obsolete. Do not Use. staticNewFromIconName(string) : StatusIcon Creates a status icon with a named icon from the current theme. staticNewFromStock(string) : StatusIcon Creates a status icon with a stock icon. staticPositionMenu(Menu, out int, out int, out bool, IntPtr) Menu Positioning Callback function.PresentMenu(Menu, uint, uint) Positions and displays a menu.
Protected Methods
OnActivate() Default handler for the StatusIcon.Activate event.OnPopupMenu(uint, uint) Default handler for the StatusIcon.PopupMenu event.OnSizeChanged(int) : bool Default handler for the StatusIcon.SizeChanged event.
Public Events
Activate Activate event. PopupMenu PopupMenu event. SizeChanged SizeChanged event.