summaryrefslogtreecommitdiff
path: root/src/lib/elc_fileselector_button_legacy.h
blob: 54c2bac92efbb0bb046af058218b93935c915521 (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 Elm_File_Selector_Button
 */
EAPI Evas_Object                *elm_fileselector_button_add(Evas_Object *parent);

#include "elm_fileselector_button.eo.legacy.h"