efl/src/lib/elementary/elm_segment_control_legacy.h

16 lines
475 B
C

/**
* Add a new segment control widget to the given parent Elementary
* (container) object.
*
* @param parent The parent object.
* @return a new segment control widget handle or @c NULL, on errors.
*
* This function inserts a new segment control widget on the canvas.
*
* @ingroup Elm_Segment_Control
*/
EAPI Evas_Object *elm_segment_control_add(Evas_Object *parent);
#include "elm_segment_control_item_eo.legacy.h"
#include "elm_segment_control_eo.legacy.h"