package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Display an icon in the system tray. @gtkdoc gtk GtkStatusIcon

method connect : status_icon_signals
method get_icon_name : string
method get_pixbuf : GdkPixbuf.pixbuf
method screen : Gdk.screen
method get_size : int
method get_stock : string
method visible : bool
method is_embedded : bool
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_markup : string -> unit
method set_tooltip_text : string -> unit
method set_visible : bool -> unit
method tooltip_markup : string
method tooltip_text : string