package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type mode = [
  1. | `grid
  2. | `last
  3. | `list
]
type sort = [
  1. | `by_filename_asc
  2. | `by_filename_desc
  3. | `by_modified_asc
  4. | `by_modified_desc
  5. | `by_size_asc
  6. | `by_size_desc
  7. | `by_type_asc
  8. | `by_type_desc
  9. | `last
]
type filter_func = string -> bool -> bool
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 custom_filter_append : Evas.obj -> filter_func -> ?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 thumbnail_size_set : Evas.obj -> int -> int -> unit
val thumbnail_size_get : Evas.obj -> int * int
val sort_method_get : Evas.obj -> sort
val sort_method_set : Evas.obj -> sort -> unit
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.