package ocgtk

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

Class Inscription.inscription

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 get_attributes : unit -> Ocgtk_pango.Pango.Attr_list.attr_list_t option
method get_min_chars : unit -> int
method get_min_lines : unit -> int
method get_nat_chars : unit -> int
method get_nat_lines : unit -> int
method get_text : unit -> string option
method get_text_overflow : unit -> Ocgtk_gtk__.Gtk_enums.inscriptionoverflow
method get_wrap_mode : unit -> Ocgtk_pango.Pango.wrapmode
method get_xalign : unit -> float
method get_yalign : unit -> float
method set_attributes : Ocgtk_pango.Pango.Attr_list.attr_list_t option -> unit
method set_markup : string option -> unit
method set_min_chars : int -> unit
method set_min_lines : int -> unit
method set_nat_chars : int -> unit
method set_nat_lines : int -> unit
method set_text : string option -> unit
method set_text_overflow : Ocgtk_gtk__.Gtk_enums.inscriptionoverflow -> unit
method set_wrap_mode : Ocgtk_pango.Pango.wrapmode -> unit
method set_xalign : float -> unit
method set_yalign : float -> unit
method as_inscription : Ocgtk_gtk__.Inscription.t