package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `action ] Gobject.obj
method set_hide_if_empty : < hide_if_empty : bool ; icon_name : string ; is_important : bool ; label : string ; name : string ; sensitive : bool ; set_hide_if_empty : bool -> unit ; set_icon_name : string -> unit ; set_is_important : bool -> unit ; set_label : string -> unit ; set_sensitive : bool -> unit ; set_short_label : string -> unit ; set_stock_id : GtkStock.id -> unit ; set_tooltip : string -> unit ; set_visible : bool -> unit ; set_visible_horizontal : bool -> unit ; set_visible_vertical : bool -> unit ; short_label : string ; stock_id : GtkStock.id ; tooltip : string ; visible : bool ; visible_horizontal : bool ; visible_vertical : bool.. > -> bool -> unit
method set_is_important : 'a -> bool -> unit
method set_label : 'a -> string -> unit
method set_icon_name : 'a -> string -> unit
method set_sensitive : 'a -> bool -> unit
method set_short_label : 'a -> string -> unit
method set_stock_id : 'a -> GtkStock.id -> unit
method set_tooltip : 'a -> string -> unit
method set_visible : 'a -> bool -> unit
method set_visible_horizontal : 'a -> bool -> unit
method set_visible_vertical : 'a -> bool -> unit
method hide_if_empty : 'a -> bool
method is_important : 'a -> bool
method label : 'a -> string
method icon_name : 'a -> string
method name : 'a -> string
method sensitive : 'a -> bool
method short_label : 'a -> string
method stock_id : 'a -> GtkStock.id
method tooltip : 'a -> string
method visible : 'a -> bool
method visible_horizontal : 'a -> bool
method visible_vertical : 'a -> bool