summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_datetime_legacy.h
blob: 7cf1397191186256a71178db7777594cfd7367d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @brief Adds a new datetime Widget
 *
 * The default datetime format and corresponding strings are based on current locale.
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * This function inserts a new datetime widget on the canvas.
 *
 * @ingroup Elm_Datetime
 */
EAPI Evas_Object *elm_datetime_add(Evas_Object *parent);

#include "elm_datetime.eo.legacy.h"