Module GtkMiscProps.GtkStatusIcon
val 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_stock : [> `gtkstatusicon ] Gtk.obj -> stringval get_icon_name : [> `gtkstatusicon ] Gtk.obj -> stringval get_size : [> `gtkstatusicon ] Gtk.obj -> intval is_embedded : [> `gtkstatusicon ] Gtk.obj -> boolval 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