inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GAccessible_text.accessible_text_t
method on_move_cursor : ?after:bool ->
callback:
(step:Ocgtk_gtk__.Gtk_enums.movementstep ->
count:int ->
extend_selection:bool ->
unit) ->
unit ->
Gobject.Signal.handler_idmethod get_attributes : unit -> Ocgtk_pango.Pango.Attr_list.attr_list_t optionmethod get_current_uri : unit -> string optionmethod get_ellipsize : unit -> Ocgtk_pango.Pango.ellipsizemodemethod get_justify : unit -> Ocgtk_gtk__.Gtk_enums.justificationmethod get_label : unit -> stringmethod get_layout : unit -> Ocgtk_pango.Pango.Layout.layout_tmethod get_lines : unit -> intmethod get_max_width_chars : unit -> intmethod get_mnemonic_keyval : unit -> intmethod get_natural_wrap_mode : unit -> Ocgtk_gtk__.Gtk_enums.naturalwrapmodemethod get_selectable : unit -> boolmethod get_single_line_mode : unit -> boolmethod get_tabs : unit -> Ocgtk_pango.Pango.Tab_array.tab_array_t optionmethod get_text : unit -> stringmethod get_use_markup : unit -> boolmethod get_use_underline : unit -> boolmethod get_width_chars : unit -> intmethod get_wrap : unit -> boolmethod get_wrap_mode : unit -> Ocgtk_pango.Pango.wrapmodemethod get_xalign : unit -> floatmethod get_yalign : unit -> floatmethod select_region : int -> int -> unitmethod set_attributes : Ocgtk_pango.Pango.Attr_list.attr_list_t option -> unitmethod set_ellipsize : Ocgtk_pango.Pango.ellipsizemode -> unitmethod set_justify : Ocgtk_gtk__.Gtk_enums.justification -> unitmethod set_label : string -> unitmethod set_lines : int -> unitmethod set_markup : string -> unitmethod set_markup_with_mnemonic : string -> unitmethod set_max_width_chars : int -> unitmethod set_natural_wrap_mode : Ocgtk_gtk__.Gtk_enums.naturalwrapmode -> unitmethod set_selectable : bool -> unitmethod set_single_line_mode : bool -> unitmethod set_tabs : Ocgtk_pango.Pango.Tab_array.tab_array_t option -> unitmethod set_text : string -> unitmethod set_text_with_mnemonic : string -> unitmethod set_use_markup : bool -> unitmethod set_use_underline : bool -> unitmethod set_width_chars : int -> unitmethod set_wrap : bool -> unitmethod set_wrap_mode : Ocgtk_pango.Pango.wrapmode -> unitmethod set_xalign : float -> unitmethod set_yalign : float -> unitmethod as_label : Ocgtk_gtk__.Label.t