package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type item_class = Elm_gen.item_class = {
  1. item_style : string;
  2. func_text_get : Evas.obj -> string -> string;
  3. func_content_get : Evas.obj -> string -> Evas.obj option;
  4. func_state_get : Evas.obj -> string -> bool;
  5. func_del : Evas.obj -> unit;
  6. func_reusable_content_get : Evas.obj -> string -> Evas.obj -> Evas.obj option;
}
type item_type = [
  1. | `group
  2. | `max
  3. | `none
  4. | `tree
]
type item_field_type = [
  1. | `all
  2. | `content
  3. | `state
  4. | `text
]
type item_scrollto_type = [
  1. | `_in
  2. | `bottom
  3. | `middle
  4. | `none
  5. | `top
]
val add : Evas.obj -> Evas.obj
val clear : Evas.obj -> unit
val multi_select_set : Evas.obj -> bool -> unit
val multi_select_get : Evas.obj -> bool
val multi_select_mode_set : Evas.obj -> bool -> unit
val multi_select_mode_get : Evas.obj -> bool
val mode_set : Evas.obj -> Elm_list.mode -> unit
val mode_get : Evas.obj -> Elm_list.mode
val search_by_text_item_get : Evas.obj -> ?item_to_search_from:Elm_object.item -> part_name:string -> pattern:string -> Elm.glob_match_flags list -> Elm_object.item option
val selected_item_get : Evas.obj -> Elm_object.item option
val selected_items_get : Evas.obj -> Elm_object.item list
val realized_items_get : Evas.obj -> Elm_object.item list
val first_item_get : Evas.obj -> Elm_object.item option
val last_item_get : Evas.obj -> Elm_object.item option
val item_next_get : Elm_object.item -> Elm_object.item option
val item_prev_get : Elm_object.item -> Elm_object.item option
val item_selected_set : Elm_object.item -> bool -> unit
val item_selected_get : Elm_object.item -> bool
val item_show : Elm_object.item -> item_scrollto_type -> unit
val item_bring_in : Elm_object.item -> item_scrollto_type -> unit
val item_update : Elm_object.item -> unit
val item_index_get : Elm_object.item -> int
val realized_items_update : Evas.obj -> unit
val items_count : Evas.obj -> int
val item_tooltip_text_set : Elm_object.item -> string -> unit
val item_tooltip_content_cb_set : Elm_object.item -> Elm_object.item Elm.tooltip_item_content_cb -> Evas.smart_cb -> unit
val item_tooltip_unset : Elm_object.item -> unit
val item_tooltip_style_set : Elm_object.item -> string -> unit
val item_tooltip_style_get : Elm_object.item -> string
val item_tooltip_window_mode_set : Elm_object.item -> bool -> unit
val item_tooltip_window_mode_get : Elm_object.item -> bool
val item_cursor_set : Elm_object.item -> string -> unit
val item_cursor_get : Elm_object.item -> string option
val item_cursor_unset : Elm_object.item -> unit
val item_cursor_style_set : Elm_object.item -> string -> unit
val item_cursor_style_get : Elm_object.item -> string option
val item_cursor_engine_only_set : Elm_object.item -> bool -> unit
val item_cursor_engine_only_get : Elm_object.item -> bool
val homogeneous_set : Evas.obj -> bool -> unit
val homogeneous_get : Evas.obj -> bool
val block_count_set : Evas.obj -> int -> unit
val block_count_get : Evas.obj -> int
val longpress_timeout_set : Evas.obj -> float -> unit
val longpress_timeout_get : Evas.obj -> float
val at_xy_item_get : Evas.obj -> int -> int -> (Elm_object.item * int) option
val item_parent_get : Elm_object.item -> Elm_object.item option
val item_subitems_count : Elm_object.item -> int
val item_subitems_get : Elm_object.item -> Elm_object.item list
val item_subitems_clear : Elm_object.item -> unit
val item_expanded_set : Elm_object.item -> bool -> unit
val item_expanded_get : Elm_object.item -> bool
val item_expanded_depth_get : Elm_object.item -> int
val item_all_contents_unset : Elm_object.item -> Elm_object.item list
val item_promote : Elm_object.item -> unit
val item_demote : Elm_object.item -> unit
val item_fields_update : Elm_object.item -> string -> item_field_type -> unit
val item_decorate_mode_set : Elm_object.item -> string -> bool -> unit
val item_decorate_mode_get : Elm_object.item -> string
val decorated_item_get : Evas.obj -> Elm_object.item option
val reorder_mode_set : Evas.obj -> bool -> unit
val reorder_mode_get : Evas.obj -> bool
val item_type_get : Elm_object.item -> item_type
val decorate_mode_set : Evas.obj -> bool -> unit
val decorate_mode_get : Evas.obj -> bool
val item_flip_set : Elm_object.item -> bool -> unit
val item_flip_get : Elm_object.item -> bool
val tree_effect_enabled_set : Evas.obj -> bool -> unit
val tree_effect_enabled_get : Evas.obj -> bool
val select_mode_set : Evas.obj -> Elm_object.select_mode -> unit
val select_mode_get : Evas.obj -> Elm_object.select_mode
val highlight_mode_set : Evas.obj -> bool -> unit
val highlight_mode_get : Evas.obj -> bool
val nth_item_get : Evas.obj -> Elm_object.item option
val item_select_mode_set : Elm_object.item -> Elm_object.select_mode -> unit
val item_select_mode_get : Elm_object.item -> Elm_object.select_mode
OCaml

Innovation. Community. Security.