summaryrefslogtreecommitdiff
path: root/src/lib/elc_fileselector_entry_legacy.h
blob: 38100cba8afca936f2c5fa38a51e2af0e0ef2cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/**
 * Add a new file selector entry widget to the given parent
 * Elementary (container) object
 *
 * @param parent The parent object
 * @return a new file selector entry widget handle or @c NULL, on
 * errors
 *
 * @ingroup File_Selector_Entry
 */
EAPI Evas_Object                *elm_fileselector_entry_add(Evas_Object *parent);

#include "elc_fileselector_entry.eo.legacy.h"