[label] added label APIs to Elementary.h.in file
authorMyungjae Lee <mjae.lee@samsung.com>
Tue, 12 Oct 2010 06:30:48 +0000 (15:30 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Tue, 12 Oct 2010 06:30:48 +0000 (15:30 +0900)
src/lib/Elementary.h.in

index ac00dc4..e9bfe97 100644 (file)
@@ -558,6 +558,9 @@ extern "C" {
    EAPI void         elm_label_ellipsis_set(Evas_Object *obj, Eina_Bool ellipsis);
    EAPI void         elm_label_wrap_mode_set(Evas_Object *obj, Eina_Bool wrapmode);
    EAPI void         elm_label_slide_set(Evas_Object *obj, Eina_Bool slide);
+   EAPI Eina_Bool    elm_label_slide_get(Evas_Object *obj);
+   EAPI void         elm_label_slide_duration_set(Evas_Object *obj, int duration);
+   EAPI int          elm_label_slide_duration_get(Evas_Object *obj);
    /* available styles:
     * default
     * marker