efl/legacy/elementary/src/lib/elm_button_legacy.h

12 lines
279 B
C

/**
* Add a new button to the parent's canvas
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Button
*/
EAPI Evas_Object *elm_button_add(Evas_Object *parent);
#include "elm_button.eo.legacy.h"