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/Alert_dialog/class-alert_dialog/index.html

Class Alert_dialog.alert_dialog

method choose_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (int, GError.t) result
method get_buttons : unit -> string array option
method get_cancel_button : unit -> int
method get_default_button : unit -> int
method get_detail : unit -> string
method get_message : unit -> string
method get_modal : unit -> bool
method set_buttons : string array -> unit
method set_cancel_button : int -> unit
method set_default_button : int -> unit
method set_detail : string -> unit
method set_message : string -> unit
method set_modal : bool -> unit
method show : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option -> unit
method as_alert_dialog : Ocgtk_gtk__.Alert_dialog.t