package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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;
}
val item_class_create : item_style:string -> ?func_text_get:(Evas.obj -> string -> string) -> ?func_content_get:(Evas.obj -> string -> Evas.obj option) -> ?func_state_get:(Evas.obj -> string -> bool) -> ?func_del:(Evas.obj -> unit) -> ?func_reusable_content_get: (Evas.obj -> string -> Evas.obj -> Evas.obj option) -> unit -> item_class
OCaml

Innovation. Community. Security.