summaryrefslogtreecommitdiff
path: root/src/lib/elc_combobox_legacy.h
blob: 0719c782b193d292e25820a711b88ad8dbf41670 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @brief Add a new Combobox object
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * @ingroup Combobox
 */
EAPI Evas_Object                 *elm_combobox_add(Evas_Object *parent);

#include "elm_combobox.eo.legacy.h"