efl/legacy/elementary/src/lib/elc_fileselector_button_leg...

14 lines
388 B
C

/**
* 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"