package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `label ] Gobject.obj
method set_label : label_props -> string -> unit
method set_use_markup : 'a -> bool -> unit
method set_use_underline : 'a -> bool -> unit
method set_mnemonic_widget : 'a -> GObj.widget option -> unit
method set_justify : 'a -> GtkEnums.justification -> unit
method set_line_wrap : 'a -> bool -> unit
method set_pattern : 'a -> string -> unit
method set_selectable : 'a -> bool -> unit
method set_angle : 'a -> float -> unit
method set_ellipsize : 'a -> PangoEnums.ellipsize_mode -> unit
method set_max_width_chars : 'a -> int -> unit
method set_single_line_mode : 'a -> bool -> unit
method set_width_chars : 'a -> int -> unit
method label : 'a -> string
method use_markup : 'a -> bool
method use_underline : 'a -> bool
method mnemonic_keyval : 'a -> int
method mnemonic_widget : 'a -> GObj.widget option
method justify : 'a -> GtkEnums.justification
method line_wrap : 'a -> bool
method selectable : 'a -> bool
method cursor_position : 'a -> int
method selection_bound : 'a -> int
method angle : 'a -> float
method ellipsize : 'a -> PangoEnums.ellipsize_mode
method max_width_chars : 'a -> int
method single_line_mode : 'a -> bool
method width_chars : 'a -> int