package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.pango/Ocgtk_pango/Pango/Layout/class-layout/index.html

Class Layout.layout

method context_changed : unit -> unit
method copy : unit -> Ocgtk_pango__.GLayout_and__layout_iter.layout_t
method get_alignment : unit -> Ocgtk_pango__.Pango_enums.alignment
method get_attributes : unit -> Ocgtk_pango__.Attr_list.t option
method get_auto_dir : unit -> bool
method get_baseline : unit -> int
method get_character_count : unit -> int
method get_context : unit -> Ocgtk_pango__.GContext_and__font_and__font_map_and__fontset.context_t
method get_direction : int -> Ocgtk_pango__.Pango_enums.direction
method get_ellipsize : unit -> Ocgtk_pango__.Pango_enums.ellipsizemode
method get_font_description : unit -> Ocgtk_pango__.Font_description.t option
method get_height : unit -> int
method get_indent : unit -> int
method get_iter : unit -> Ocgtk_pango__.Layout_and__layout_iter.Layout_iter.t
method get_justify : unit -> bool
method get_justify_last_line : unit -> bool
method get_line : int -> Ocgtk_pango__.Layout_line.t option
method get_line_count : unit -> int
method get_line_readonly : int -> Ocgtk_pango__.Layout_line.t option
method get_line_spacing : unit -> float
method get_lines : unit -> Ocgtk_pango__.Layout_line.t list
method get_lines_readonly : unit -> Ocgtk_pango__.Layout_line.t list
method get_serial : unit -> int
method get_single_paragraph_mode : unit -> bool
method get_spacing : unit -> int
method get_tabs : unit -> Ocgtk_pango__.Tab_array.t option
method get_text : unit -> string
method get_unknown_glyphs_count : unit -> int
method get_width : unit -> int
method get_wrap : unit -> Ocgtk_pango__.Pango_enums.wrapmode
method is_ellipsized : unit -> bool
method is_wrapped : unit -> bool
method serialize : Ocgtk_pango__.Pango_enums.layoutserializeflags -> Glib_bytes.t
method set_alignment : Ocgtk_pango__.Pango_enums.alignment -> unit
method set_attributes : Ocgtk_pango__.Attr_list.t option -> unit
method set_auto_dir : bool -> unit
method set_ellipsize : Ocgtk_pango__.Pango_enums.ellipsizemode -> unit
method set_font_description : Ocgtk_pango__.Font_description.t option -> unit
method set_height : int -> unit
method set_indent : int -> unit
method set_justify : bool -> unit
method set_justify_last_line : bool -> unit
method set_line_spacing : float -> unit
method set_markup : string -> int -> unit
method set_single_paragraph_mode : bool -> unit
method set_spacing : int -> unit
method set_tabs : Ocgtk_pango__.Tab_array.t option -> unit
method set_text : string -> int -> unit
method set_width : int -> unit
method set_wrap : Ocgtk_pango__.Pango_enums.wrapmode -> unit
method write_to_file : Ocgtk_pango__.Pango_enums.layoutserializeflags -> string -> (bool, GError.t) result
method as_layout : Ocgtk_pango__.Layout_and__layout_iter.Layout.t