package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Label.label

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_copy_clipboard : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_move_cursor : ?after:bool -> callback: (step:Ocgtk_gtk__.Gtk_enums.movementstep -> count:int -> extend_selection:bool -> unit) -> unit -> Gobject.Signal.handler_id
method get_attributes : unit -> Ocgtk_pango.Pango.Attr_list.attr_list_t option
method get_current_uri : unit -> string option
method get_ellipsize : unit -> Ocgtk_pango.Pango.ellipsizemode
method get_extra_menu : unit -> Ocgtk_gio.Gio.Menu_model.menu_model_t option
method get_justify : unit -> Ocgtk_gtk__.Gtk_enums.justification
method get_label : unit -> string
method get_layout : unit -> Ocgtk_pango.Pango.Layout.layout_t
method get_lines : unit -> int
method get_max_width_chars : unit -> int
method get_mnemonic_keyval : unit -> int
method get_mnemonic_widget : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_natural_wrap_mode : unit -> Ocgtk_gtk__.Gtk_enums.naturalwrapmode
method get_selectable : unit -> bool
method get_single_line_mode : unit -> bool
method get_tabs : unit -> Ocgtk_pango.Pango.Tab_array.tab_array_t option
method get_text : unit -> string
method get_use_markup : unit -> bool
method get_use_underline : unit -> bool
method get_width_chars : unit -> int
method get_wrap : unit -> bool
method get_wrap_mode : unit -> Ocgtk_pango.Pango.wrapmode
method get_xalign : unit -> float
method get_yalign : unit -> float
method select_region : int -> int -> unit
method set_attributes : Ocgtk_pango.Pango.Attr_list.attr_list_t option -> unit
method set_ellipsize : Ocgtk_pango.Pango.ellipsizemode -> unit
method set_extra_menu : Ocgtk_gio.Gio.Menu_model.menu_model_t option -> unit
method set_justify : Ocgtk_gtk__.Gtk_enums.justification -> unit
method set_label : string -> unit
method set_lines : int -> unit
method set_markup : string -> unit
method set_markup_with_mnemonic : string -> unit
method set_max_width_chars : int -> unit
method set_mnemonic_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_natural_wrap_mode : Ocgtk_gtk__.Gtk_enums.naturalwrapmode -> unit
method set_selectable : bool -> unit
method set_single_line_mode : bool -> unit
method set_tabs : Ocgtk_pango.Pango.Tab_array.tab_array_t option -> unit
method set_text : string -> unit
method set_text_with_mnemonic : string -> unit
method set_use_markup : bool -> unit
method set_use_underline : bool -> unit
method set_width_chars : int -> unit
method set_wrap : bool -> unit
method set_wrap_mode : Ocgtk_pango.Pango.wrapmode -> unit
method set_xalign : float -> unit
method set_yalign : float -> unit
method as_label : Ocgtk_gtk__.Label.t