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