blob: 67aa0184b200904b959cdb91eb9c4b113362afa8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* @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 "efl_ui_radio.eo.legacy.h"
|