package lablgtk3

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