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

14 lines
421 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 SegmentControl
*/
EAPI Evas_Object *elm_segment_control_add(Evas_Object *parent);
#include "elm_segment_control.eo.legacy.h"