Functions
Hoversel

Functions

Evas_Object * elm_hoversel_add (Evas_Object *parent)
 Add a new Hoversel object. More...
 

Detailed Description

hoversel_inheritance_tree.png
preview-00.png

A hoversel is a button that pops up a list of items (automatically choosing the direction to display) that have a label and, optionally, an icon to select from. It is a convenience widget to avoid the need to do all the piecing together yourself. It is intended for a small number of items in the hoversel menu (no more than 8), though is capable of many more.

This widget inherits from the Button one, so that all the functions acting on it also work for hoversel objects.

This widget emits the following signals, besides the ones sent from Button:

Default content parts of the hoversel widget that you can use for are:

Default text parts of the hoversel widget that you can use for are:

Supported elm_object common APIs.

Supported elm_object_item common APIs.

See Hoversel example for an example.

Function Documentation

Evas_Object* elm_hoversel_add ( Evas_Object *  parent)