summaryrefslogtreecommitdiff
path: root/src/lib/elc_fileselector_button_legacy.h
blob: 0bc286069d94f7e39350f40899b373bd5d22d0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Add a new file selector button widget to the given parent
 * Elementary (container) object
 *
 * @param parent The parent object
 * @return a new file selector button widget handle or @c NULL, on
 * errors
 *
 * @ingroup File_Selector_Button
 */
EAPI Evas_Object                *elm_fileselector_button_add(Evas_Object *parent);

#include "elm_fileselector_button.eo.legacy.h"