package efl

  1. Overview
  2. Docs
type mode = [
  1. | `grid
  2. | `last
  3. | `list
]
val add : Evas.obj -> Evas.obj
val is_save_set : Evas.obj -> bool -> unit
val is_save_get : Evas.obj -> bool
val folder_only_set : Evas.obj -> bool -> unit
val folder_only_get : Evas.obj -> bool
val buttons_ok_cancel_set : Evas.obj -> bool -> unit
val buttons_ok_cancel_get : Evas.obj -> bool
val expandable_set : Evas.obj -> bool -> unit
val expandable_get : Evas.obj -> bool
val path_set : Evas.obj -> string -> unit
val path_get : Evas.obj -> string
val selected_set : Evas.obj -> string -> bool
val selected_get : Evas.obj -> string
val mime_types_filter_append : Evas.obj -> string -> ?filter_name:string -> unit -> bool
val filters_clear : Evas.obj -> unit
val hidden_visible_set : Evas.obj -> bool -> unit
val hidden_visible_get : Evas.obj -> bool
val mode_set : Evas.obj -> mode -> unit
val mode_get : Evas.obj -> mode
val multi_select_set : Evas.obj -> bool -> unit
val multi_select_get : Evas.obj -> bool
val selected_paths_get : Evas.obj -> string list
OCaml

Innovation. Community. Security.