package efl

  1. Overview
  2. Docs
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;
}
OCaml

Innovation. Community. Security.