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/Wrappers/File_chooser_widget/index.html

Module Wrappers.File_chooser_widget

type t = [ `file_chooser_widget | `widget | `initially_unowned | `object_ ] Gobject.obj

Create a new FileChooserWidget

val get_search_mode : t -> bool

Get property: search-mode

val set_search_mode : t -> bool -> unit

Set property: search-mode

val get_show_time : t -> bool

Get property: show-time

val get_subtitle : t -> string

Get property: subtitle

val on_desktop_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_down_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_home_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_location_popup : ?after:bool -> t -> callback:(path:string -> unit) -> Gobject.Signal.handler_id
val on_location_popup_on_paste : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_location_toggle_popup : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_places_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_quick_bookmark : ?after:bool -> t -> callback:(bookmark_index:int -> unit) -> Gobject.Signal.handler_id
val on_recent_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_search_shortcut : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_show_hidden : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id
val on_up_folder : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id