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.gtk/Ocgtk_gtk/Gtk/Print_context/class-print_context/index.html

Class Print_context.print_context

method create_pango_context : unit -> Ocgtk_pango.Pango.Context.context_t
method create_pango_layout : unit -> Ocgtk_pango.Pango.Layout.layout_t
method get_cairo_context : unit -> Ocgtk_cairo.Cairo.Context.context_t
method get_dpi_x : unit -> float
method get_dpi_y : unit -> float
method get_height : unit -> float
method get_page_setup : unit -> Ocgtk_gtk__.GPage_setup.page_setup_t
method get_pango_fontmap : unit -> Ocgtk_pango.Pango.Font_map.font_map_t
method get_width : unit -> float
method set_cairo_context : Ocgtk_cairo.Cairo.Context.context_t -> float -> float -> unit
method as_print_context : Ocgtk_gtk__.Print_context.t