package efl

  1. Overview
  2. Docs
type direction = [
  1. | `down
  2. | `left
  3. | `right
  4. | `unknown
  5. | `up
]
val add : Evas.obj -> Evas.obj
val hover_parent_set : Evas.obj -> Evas.obj -> unit
val hover_parent_get : Evas.obj -> Evas.obj
val clear : Evas.obj -> unit
val horizontal_set : Evas.obj -> bool -> unit
val horizontal_get : Evas.obj -> bool
val item_append : Evas.obj -> ?label:string -> ?icon:Evas.obj -> ?func:Evas.smart_cb -> unit -> Elm_object.item
val direction_priority_set : Evas.obj -> direction -> direction -> direction -> direction -> unit
val direction_priority_get : Evas.obj -> direction * direction * direction * direction
val direction_get : Evas.obj -> direction
val dismiss : Evas.obj -> unit
OCaml

Innovation. Community. Security.