efl/legacy/elementary/src/lib/elc_combobox_legacy.h

12 lines
278 B
C

/**
* @brief Add a new Combobox object
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Combobox
*/
EAPI Evas_Object *elm_combobox_add(Evas_Object *parent);
#include "elm_combobox.eo.legacy.h"