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_button/class-font_dialog_button/index.html

Class Font_dialog_button.font_dialog_button

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method on_activate : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_dialog : unit -> Ocgtk_gtk__.GFont_dialog.font_dialog_t option
method get_font_desc : unit -> Ocgtk_pango.Pango.Font_description.font_description_t option
method get_font_features : unit -> string option
method get_language : unit -> Ocgtk_pango.Pango.Language.language_t option
method get_level : unit -> Ocgtk_gtk__.Gtk_enums.fontlevel
method get_use_font : unit -> bool
method get_use_size : unit -> bool
method set_dialog : Ocgtk_gtk__.GFont_dialog.font_dialog_t -> unit
method set_font_desc : Ocgtk_pango.Pango.Font_description.font_description_t -> unit
method set_font_features : string option -> unit
method set_language : Ocgtk_pango.Pango.Language.language_t option -> unit
method set_level : Ocgtk_gtk__.Gtk_enums.fontlevel -> unit
method set_use_font : bool -> unit
method set_use_size : bool -> unit
method as_font_dialog_button : Ocgtk_gtk__.Font_dialog_button.t