package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val obj : Pango.layout
method as_layout : Pango.layout
method context_changed : unit
method copy : layout
method get_context : context
method get_ellipsize : Pango.Tags.ellipsize_mode
method get_extent : Pango.rectangle
method get_font_description : font_description
method get_indent : int
method get_justify : bool
method get_pixel_extent : Pango.rectangle
method get_pixel_size : int * int
method get_single_paragraph_mode : bool
method get_size : Pango.units * Pango.units
method get_spacing : int
method get_text : string
method get_width : int
method get_wrap : Pango.Tags.wrap_mode
method index_to_pos : int -> Pango.rectangle
method set_ellipsize : Pango.Tags.ellipsize_mode -> unit
method set_font_description : font_description -> unit
method set_indent : int -> unit
method set_justify : bool -> unit
method set_markup : string -> unit
method set_markup_with_accel : string -> Glib.unichar -> unit
method set_single_paragraph_mode : bool -> unit
method set_spacing : int -> unit
method set_text : string -> unit
method set_width : int -> unit
method set_wrap : Pango.Tags.wrap_mode -> unit
method xy_to_index : x:int -> y:int -> int * int * bool