summaryrefslogtreecommitdiff
path: root/src/lib/elm_segment_control_legacy.h
blob: e5ed2020a05384970b6f73d59c13f7b3f933aebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * 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_SegmentControl
 */
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"