Hello.

On 06/12/2012 11:24 AM, Daniel Willmann wrote:
>   /**
> + * Set the range of the value displayed on a given progress bar
> + * widget
> + *
> + * @param obj The progress bar object
> + * @param scalemax The maximum value
> + *
> + * This sets the range of the value that is displayed on a progress bar
> + * to go from 0 to @p scalemax.
> + *
> + * @ingroup Progressbar
> + */
> +EAPI void                         elm_progressbar_maxunit_set(Evas_Object 
> *obj, double maxunit);
> +
> +/**
> + * Get the range of the value displayed on a given progress bar
> + *
> + * @param obj The progress bar object
> + * @return The value current range
> + *
> + * @see elm_progressbar_maxunit_set() for more details
> + *
> + * @ingroup Progressbar
> + */
> +EAPI double                       elm_progressbar_maxunit_get(const 
> Evas_Object *obj);
> +
> +/**
>    * Set the (exact) length of the bar region of a given progress bar
>    * widget
>    *

Trying to be faster as vtorris here. You would need to add @since in the 
docs saying when it was added. See raster last elm addition from today 
for an example.

regards
Stefan Schmidt

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to