projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca29c68
)
[evas] Document weight hints' defaults.
author
Gustavo Lima Chaves
<glima@profusion.mobi>
Fri, 31 Aug 2012 21:48:27 +0000
(21:48 +0000)
committer
Gustavo Lima Chaves
<glima@profusion.mobi>
Fri, 31 Aug 2012 21:48:27 +0000
(21:48 +0000)
SVN revision: 75926
legacy/evas/src/lib/Evas.h
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/Evas.h
b/legacy/evas/src/lib/Evas.h
index
a500ef5
..
73ffe7e
100644
(file)
--- a/
legacy/evas/src/lib/Evas.h
+++ b/
legacy/evas/src/lib/Evas.h
@@
-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);