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_chooser/class-font_chooser/index.html

Class Font_chooser.font_chooser

method on_font_activated : ?after:bool -> callback:(fontname:string -> unit) -> unit -> Gobject.Signal.handler_id
method get_font : unit -> string option
method get_font_desc : unit -> Ocgtk_pango.Pango.Font_description.font_description_t option
method get_font_face : unit -> Ocgtk_pango.Pango.Font_face.font_face_t option
method get_font_family : unit -> Ocgtk_pango.Pango.Font_family.font_family_t option
method get_font_features : unit -> string
method get_font_map : unit -> Ocgtk_pango.Pango.Font_map.font_map_t option
method get_font_size : unit -> int
method get_language : unit -> string
method get_level : unit -> Ocgtk_gtk__.Gtk_enums.fontchooserlevel
method get_preview_text : unit -> string
method get_show_preview_entry : unit -> bool
method set_font : string -> unit
method set_font_desc : Ocgtk_pango.Pango.Font_description.font_description_t -> unit
method set_font_map : Ocgtk_pango.Pango.Font_map.font_map_t option -> unit
method set_language : string -> unit
method set_level : Ocgtk_gtk__.Gtk_enums.fontchooserlevel -> unit
method set_preview_text : string -> unit
method set_show_preview_entry : bool -> unit
method as_font_chooser : Ocgtk_gtk__.Font_chooser.t