val cast : 'a Gobject.obj -> Gtk.gtk_status_icon
val create : Gtk.status_icon Gobject.param list -> Gtk.gtk_status_icon
val set_from_pixbuf : [> `gtkstatusicon ] Gtk.obj -> GdkPixbuf.pixbuf -> unitval set_from_file : [> `gtkstatusicon ] Gtk.obj -> string -> unitval set_from_stock : [> `gtkstatusicon ] Gtk.obj -> string -> unitval set_from_icon_name : [> `gtkstatusicon ] Gtk.obj -> string -> unitval get_pixbuf : [> `gtkstatusicon ] Gtk.obj -> GdkPixbuf.pixbufval get_stock : [> `gtkstatusicon ] Gtk.obj -> stringval get_icon_name : [> `gtkstatusicon ] Gtk.obj -> stringval get_size : [> `gtkstatusicon ] Gtk.obj -> intval set_screen : [> `gtkstatusicon ] Gtk.obj -> Gdk.screen -> unitval get_screen : [> `gtkstatusicon ] Gtk.obj -> Gdk.screenval is_embedded : [> `gtkstatusicon ] Gtk.obj -> bool
val make_params : cont:([> `gtkstatusicon ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?screen:Gdk.screen -> ?visible:bool -> ?tooltip_markup:string -> ?tooltip_text:string -> 'b