([> Gtk.label ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method as_widget : Gtk.widget Gtk.obj
  method coerce : GObj.widget
  method cursor_position : int
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method get_oid : int
  method justify : Gtk.Tags.justification
  method label : string
  method line_wrap : bool
  method misc : GObj.misc_ops
  method mnemonic_keyval : int
  method mnemonic_widget : GObj.widget option
  method selectable : bool
  method selection_bound : int
  method set_justify : Gtk.Tags.justification -> unit
  method set_label : string -> unit
  method set_line_wrap : bool -> unit
  method set_mnemonic_widget : GObj.widget option -> unit
  method set_pattern : string -> unit
  method set_selectable : bool -> unit
  method set_text : string -> unit
  method set_use_markup : bool -> unit
  method set_use_underline : bool -> unit
  method set_xalign : float -> unit
  method set_xpad : int -> unit
  method set_yalign : float -> unit
  method set_ypad : int -> unit
  method text : string
  method use_markup : bool
  method use_underline : bool
  method xalign : float
  method xpad : int
  method yalign : float
  method ypad : int
end