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/Font_dialog/class-font_dialog/index.html

Class Font_dialog.font_dialog

method choose_face_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_pango.Pango.Font_face.font_face_t option, GError.t) result
method choose_family_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_pango.Pango.Font_family.font_family_t option, GError.t) result
method choose_font_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_pango.Pango.Font_description.font_description_t option, GError.t) result
method get_filter : unit -> Ocgtk_gtk__.GFilter.filter_t option
method get_font_map : unit -> Ocgtk_pango.Pango.Font_map.font_map_t option
method get_language : unit -> Ocgtk_pango.Pango.Language.language_t option
method get_modal : unit -> bool
method get_title : unit -> string
method set_filter : Ocgtk_gtk__.GFilter.filter_t option -> unit
method set_font_map : Ocgtk_pango.Pango.Font_map.font_map_t option -> unit
method set_language : Ocgtk_pango.Pango.Language.language_t -> unit
method set_modal : bool -> unit
method set_title : string -> unit
method as_font_dialog : Ocgtk_gtk__.Font_dialog.t