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/File_launcher/class-file_launcher/index.html

Class File_launcher.file_launcher

method get_always_ask : unit -> bool
method get_file : unit -> Ocgtk_gio.Gio.File.file_t option
method get_writable : unit -> bool
method launch_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method open_containing_folder_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method set_always_ask : bool -> unit
method set_file : Ocgtk_gio.Gio.File.file_t option -> unit
method set_writable : bool -> unit
method as_file_launcher : Ocgtk_gtk__.File_launcher.t