summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/lib/elc_combobox_legacy.h
blob: 21e888f725e40bea5c77110f39ae9ddd44b703b8 (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 Elm_Combobox
 */
EAPI Evas_Object                 *elm_combobox_add(Evas_Object *parent);

#include "elm_combobox.eo.legacy.h"