val obj : Pango.layout
method as_layout : Pango.layoutmethod context_changed : unitmethod copy : layoutmethod get_context : contextmethod get_ellipsize : Pango.Tags.ellipsize_modemethod get_extent : Pango.rectanglemethod get_font_description : font_descriptionmethod get_indent : intmethod get_justify : boolmethod get_pixel_extent : Pango.rectanglemethod get_pixel_size : int * intmethod get_single_paragraph_mode : boolmethod get_size : Pango.units * Pango.unitsmethod get_spacing : intmethod get_text : stringmethod get_width : intmethod get_wrap : Pango.Tags.wrap_modemethod index_to_pos : int -> Pango.rectanglemethod set_ellipsize : Pango.Tags.ellipsize_mode -> unitmethod set_font_description : font_description -> unitmethod set_indent : int -> unitmethod set_justify : bool -> unitmethod set_markup : string -> unitmethod set_markup_with_accel : string -> Glib.unichar -> unitmethod set_single_paragraph_mode : bool -> unitmethod set_spacing : int -> unitmethod set_text : string -> unitmethod set_width : int -> unitmethod set_wrap : Pango.Tags.wrap_mode -> unitmethod xy_to_index : x:int -> y:int -> int * int * bool