Pango.layout ->
object
  val obj : Pango.layout
  method as_layout : Pango.layout
  method context_changed : unit
  method copy : GPango.layout
  method get_context : GPango.context
  method get_ellipsize : Pango.Tags.ellipsize_mode
  method get_extent : Pango.rectangle
  method get_font_description : GPango.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 : GPango.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
end