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