Gtk.StatusIcon Members

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

Blinkingbool. Indicates if the Icon is Blinking.
[read-only]
Embeddedbool. Documentation for this section has not yet been entered.
[write-only]
Filestring. Display an icon from a file.
[write-only]
FromFilestring. Display an icon from a file.
[write-only]
FromIconNamestring. Display an icon from the current icon theme.
[write-only]
FromPixbufGdk.Pixbuf. Display a Pixbuf Icon.
[write-only]
FromStockstring. Display a stock Icon.
[read-only]
static
GTypeGLib.GType. Native type value.
IconNamestring. Display an icon from the current icon theme.
[read-only]
IsEmbeddedbool. Indicates if the icon is embedded in a notification area.
[read-only]
OrientationOrientation. Documentation for this section has not yet been entered.
PixbufGdk.Pixbuf. Display a Pixbuf Icon.
ScreenGdk.Screen. Documentation for this section has not yet been entered.
[read-only]
Sizeint. Pixel size available for Icon.
Stockstring. Display a stock Icon.
[read-only]
StorageTypeImageType. Image storage type.
[write-only]
Tooltipstring. Sets the Tooltip.
Visiblebool. 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.
static
NewFromIconName(string) : StatusIcon
Creates a status icon with a named icon from the current theme.
static
NewFromStock(string) : StatusIcon
Creates a status icon with a stock icon.
static
PositionMenu(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

ActivateActivate event.
PopupMenuPopupMenu event.
SizeChangedSizeChanged event.