gtk-sharp
2.12.0.0
GLib.Object
Constructor
System.Obsolete
A native type value.
Obsolete constructor.
Do not use.
Constructor
A native instance pointer.
Public constructor.
For use by language bindings to wrap native instances.
Constructor
Public constructor.
Constructor
Icon file name.
Public constructor.
Creates an instance using the specified icon file.
Constructor
An Icon pixbuf.
Public constructor.
Creates an instance using the specified icon pixbuf.
Event
GLib.Signal("activate")
System.EventHandler
Activate event.
Raised when the user activates the status icon. This behavior is only provided on platforms that support it.
Event
GLib.Signal("size_changed")
Gtk.SizeChangedHandler
SizeChanged event.
Raised when the icon size changes.
Event
GLib.Signal("popup_menu")
Gtk.PopupMenuHandler
PopupMenu event.
Raised when the user brings up the context menu.
Method
Gtk.StatusIcon
To be added.
Creates a status icon with a named icon from the current theme.
A .
Method
Gtk.StatusIcon
To be added.
Creates a status icon with a stock icon.
A .
Method
System.Void
Default handler for the event.
Override this method in a subclass to provide a default handler for the event.
Method
System.Boolean
The new size.
Default handler for the event.
To be added.
Override this method in a subclass to provide a default handler for the event.
Method
System.Void
Button pressed.
Time button was pressed.
Default handler for the event.
Override this method in a subclass to provide a default handler for the event.
Method
System.Void
A menu to position.
Returns the x coordinate.
Returns the y coordinate.
Returns if the menu must be pushed in to be completely visible.
Native handle of the StatusIcon for which the menu is being placed.
Menu Positioning Callback function.
Used with to position context menus.
Method
System.Boolean
Do not use.
Do not use.
Do not use.
Obsolete. Do not Use.
if the operation succeeded.
This method was incorrectly bound and is provided for backward compatibility. Use the overload with out Screen and out Rectangle parameters instead.
Property
GLib.Property("storage-type")
Gtk.ImageType
Image storage type.
A .
Property
GLib.Property("size")
System.Int32
Pixel size available for Icon.
An integer pixel size.
Property
GLib.Property("pixbuf")
Gdk.Pixbuf
Display a Pixbuf Icon.
A containing the desired icon.
Property
GLib.Property("visible")
System.Boolean
Indicates if the Icon is visible.
To be added.
Doesn't guarantee the icon can be seen by the user. See .
Property
GLib.Property("stock")
System.String
Display a stock Icon.
A value, or other string registered as a stock id.
Property
GLib.Property("blinking")
System.Boolean
Indicates if the Icon is Blinking.
If , the icon is blinking.
Property
GLib.Property("file")
System.String
Display an icon from a file.
A string containing the filename path.
Property
GLib.Property("icon-name")
System.String
Display an icon from the current icon theme.
An icon name from the current theme.
If the IconTheme is changed, the icon is updated to the icon of the same name in the new theme.
Property
System.String
Display an icon from a file.
A string containing the filename path.
Property
System.Boolean
Indicates if the icon is embedded in a notification area.
if embedded.
Property
System.String
Sets the Tooltip.
A tooltip string.
Property
System.String
Display an icon from the current icon theme.
An icon name from the current theme.
If the IconTheme is changed, the icon is updated to the icon of the same name in the new theme.
Property
Gdk.Pixbuf
Display a Pixbuf Icon.
A containing the desired icon.
Property
System.String
Display a stock Icon.
A value, or other string registered as a stock id.
Property
GLib.GType
Native type value.
a .
Method
System.Boolean
Returns the screen containing the status icon.
Returns the bounds of the status icon.
Returns the orientation of the status icon.
Get the Location and Orientation of the Icon.
if the operation was successful.
This information can be used to place popups like notification bubbles.
Method
System.Void
The menu to present.
The button provided by .
The time provided by .
Positions and displays a menu.
This method provides an optimized alternative to calling directly, saving a some native/managed marshaling roundtrips.
Property
GLib.Property("embedded")
System.Boolean
To be added.
To be added.
To be added.
Property
GLib.Property("orientation")
Gtk.Orientation
To be added.
To be added.
To be added.
Property
GLib.Property("screen")
Gdk.Screen
To be added.
To be added.
To be added.
Status Icon.
A platform independent system tray icon.