public class StatusIcon : Object {
public weak bool blinking { get; set; } ;
public weak bool embedded { get; } ;
public weak string file { set; } ;
public weak string icon_name { get; set; } ;
public weak Orientation orientation { get; } ;
public weak Gdk.Pixbuf pixbuf { get; set; } ;
public weak Gdk.Screen screen { get; set; } ;
public weak int size { get; } ;
public weak string stock { get; set; } ;
public weak ImageType storage_type { get; } ;
public weak bool visible { get; set; } ;
public StatusIcon ( ) ;
public StatusIcon.from_file ( string filename ) ;
public StatusIcon.from_icon_name ( string icon_name ) ;
public StatusIcon.from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public StatusIcon.from_stock ( string stock_id ) ;
public signal void activate ( ) ;
public signal void popup_menu ( uint button,
uint activate_time ) ;
public signal bool size_changed ( int size ) ;
public bool get_blinking ( ) ;
public bool get_geometry ( weak Gdk.Screen screen,
Gdk.Rectangle area,
Orientation orientation ) ;
public weak string get_icon_name ( ) ;
public weak Gdk.Pixbuf get_pixbuf ( ) ;
public weak Gdk.Screen get_screen ( ) ;
public int get_size ( ) ;
public weak string get_stock ( ) ;
public ImageType get_storage_type ( ) ;
public bool get_visible ( ) ;
public bool is_embedded ( ) ;
public static void position_menu ( Menu menu,
int x,
int y,
bool push_in ) ;
public void set_blinking ( bool blinking ) ;
public void set_from_file ( string filename ) ;
public void set_from_icon_name ( string icon_name ) ;
public void set_from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public void set_from_stock ( string stock_id ) ;
public void set_screen ( Gdk.Screen screen ) ;
public void set_tooltip ( string tooltip_text ) ;
public void set_visible ( bool visible ) ;
}
public StatusIcon ( ) ;
public StatusIcon.from_file ( string filename ) ;
public StatusIcon.from_icon_name ( string icon_name ) ;
public StatusIcon.from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public StatusIcon.from_stock ( string stock_id ) ;
public signal void activate ( ) ;
public signal void popup_menu ( uint button,
uint activate_time ) ;
public signal bool size_changed ( int size ) ;
public weak bool blinking { get; set; } ;
public weak bool embedded { get; } ;
public weak string file { set; } ;
public weak string icon_name { get; set; } ;
public weak Orientation orientation { get; } ;
public weak Gdk.Pixbuf pixbuf { get; set; } ;
public weak Gdk.Screen screen { get; set; } ;
public weak int size { get; } ;
public weak string stock { get; set; } ;
public weak ImageType storage_type { get; } ;
public weak bool visible { get; set; } ;
public bool get_blinking ( ) ;
public bool get_geometry ( weak Gdk.Screen screen,
Gdk.Rectangle area,
Orientation orientation ) ;
public weak string get_icon_name ( ) ;
public weak Gdk.Pixbuf get_pixbuf ( ) ;
public weak Gdk.Screen get_screen ( ) ;
public int get_size ( ) ;
public weak string get_stock ( ) ;
public ImageType get_storage_type ( ) ;
public bool get_visible ( ) ;
public bool is_embedded ( ) ;
public static void position_menu ( Menu menu,
int x,
int y,
bool push_in ) ;
public void set_blinking ( bool blinking ) ;
public void set_from_file ( string filename ) ;
public void set_from_icon_name ( string icon_name ) ;
public void set_from_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public void set_from_stock ( string stock_id ) ;
public void set_screen ( Gdk.Screen screen ) ;
public void set_tooltip ( string tooltip_text ) ;
public void set_visible ( bool visible ) ;
Created by Valadoc