and add the top docs

SVN revision: 41240
This commit is contained in:
Carsten Haitzler 2009-07-03 11:16:16 +00:00
parent ee958da653
commit 66a02d654c
1 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,18 @@
/**
* @defgroup Box Box
*
* BLAH
* A box object arranges objects in a single row within a box. Sub objects can
* be added at the start, end or before or after any existing object in the
* box already. It can have its orientation changed too. How a child object is
* sized and otherwise arranged within the box depends on evas hints.
* evas_object_size_hint_align_set() will set either the alignment within its
* region if the region allocated is bigger than the object size. If you want
* the sub object sized up to fill the allocated region, use -1.0 for the
* apporpriate horizontal or vertical axes. evas_object_size_hint_weight_set()
* will set the packing weight. The weights of all items being packed are added
* up and if items are to be sized up to fit, those with the higher weights get
* proportionally more space.
*
*/
typedef struct _Widget_Data Widget_Data;