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_chooser_widget/class-file_chooser_widget/index.html

Class File_chooser_widget.file_chooser_widget

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GFile_chooser.file_chooser_t
method on_desktop_folder : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_down_folder : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_home_folder : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_location_popup : ?after:bool -> callback:(path:string -> unit) -> unit -> Gobject.Signal.handler_id
method on_location_popup_on_paste : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_location_toggle_popup : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_places_shortcut : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_quick_bookmark : ?after:bool -> callback:(bookmark_index:int -> unit) -> unit -> Gobject.Signal.handler_id
method on_recent_shortcut : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_search_shortcut : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_show_hidden : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_up_folder : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method search_mode : bool
method set_search_mode : bool -> unit
method show_time : bool
method subtitle : string
method as_file_chooser_widget : Ocgtk_gtk__.File_chooser_widget.t