class label_skel : [> Gtk.label ] Gtk.obj ->
object
.. end
Inherits
val obj : ([> Gtk.label ] as 'a) Gtk.obj
method cursor_position : int
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 justify : Gtk.Tags.justification
method label : string
method line_wrap : bool
method mnemonic_keyval : int
method mnemonic_widget : GObj.widget option
method selectable : bool
method text : string
method use_markup : bool
method use_underline : bool