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

11 lines
272 B
C

/**
* @brief Add a new radio to the parent
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Radio
*/
EAPI Evas_Object *elm_radio_add(Evas_Object *parent);
#include "elm_radio.eo.legacy.h"