problem:

   /**
    * @brief Set the text slide of the label
    *
    * @param obj The label object
    * @param slide To start slide or stop
    *
    * If set to true the text of the label will slide throught the length of
    * label.
    *
->> * @warning This must be called before elm_label_slide_set().
    * @warning This only work with the themes "slide_short", "slide_long" and
    * "slide_bounce".
    */
   EAPI void         elm_label_slide_set(Evas_Object *obj, Eina_Bool slide)
   EINA_ARG_NONNULL(1);

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to