Gtk.gtk_status_icon ->
object
  method blinking : bool
  method connect : GMisc.status_icon_signals
  method get_icon_name : string
  method get_pixbuf : GdkPixbuf.pixbuf
  method get_size : int
  method get_stock : string
  method is_embedded : bool
  method obj : Gtk.status_icon Gobject.obj
  method screen : Gdk.screen
  method set_blinking : bool -> unit
  method set_from_file : string -> unit
  method set_from_icon_name : string -> unit
  method set_from_pixbuf : GdkPixbuf.pixbuf -> unit
  method set_from_stock : string -> unit
  method set_screen : Gdk.screen -> unit
  method set_tooltip : string -> unit
  method set_visible : bool -> unit
  method visible : bool
end