[evas] Document weight hints' defaults.

SVN revision: 75926
This commit is contained in:
Gustavo Lima Chaves 2012-08-31 21:48:27 +00:00
parent ca29c68dc2
commit 388a888eeb
1 changed files with 2 additions and 0 deletions

View File

@ -5431,6 +5431,8 @@ EAPI void evas_object_size_hint_weight_get(const Evas_Object *obj, double *x, do
* when layouting its children. See the full @ref
* Example_Evas_Size_Hints "example".
*
* @note Default weight hint values are 0.0, for both axis.
*
* @see evas_object_size_hint_weight_get() for more information
*/
EAPI void evas_object_size_hint_weight_set(Evas_Object *obj, double x, double y) EINA_ARG_NONNULL(1);