Gtk.label Gtk.obj ->
object
  val obj : Gtk.label Gtk.obj
  method angle : float
  method as_widget : Gtk.widget Gtk.obj
  method coerce : GObj.widget
  method connect : GObj.widget_signals
  method cursor_position : int
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method ellipsize : PangoEnums.ellipsize_mode
  method get_oid : int
  method justify : Gtk.Tags.justification
  method label : string
  method line_wrap : bool
  method max_width_chars : int
  method misc : GObj.misc_ops
  method mnemonic_keyval : int
  method mnemonic_widget : GObj.widget option
  method select_region : int -> int -> unit
  method selectable : bool
  method selection_bound : int
  method selection_bounds : (int * int) option
  method set_angle : float -> unit
  method set_ellipsize : PangoEnums.ellipsize_mode -> unit
  method set_justify : Gtk.Tags.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_text : string -> unit
  method set_use_markup : bool -> unit
  method set_use_underline : bool -> unit
  method set_width_chars : int -> unit
  method set_xalign : float -> unit
  method set_xpad : int -> unit
  method set_yalign : float -> unit
  method set_ypad : int -> unit
  method single_line_mode : bool
  method text : string
  method use_markup : bool
  method use_underline : bool
  method width_chars : int
  method xalign : float
  method xpad : int
  method yalign : float
  method ypad : int
end