Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_object.c 


Log Message:
doxy++

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_object.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_object.c        29 Mar 2007 19:25:09 -0000      1.21
+++ ewl_object.c        3 Jun 2007 13:34:45 -0000       1.22
@@ -1277,7 +1277,10 @@
  * @brief Change the alignment of the specified object
  *
  * Stores the new alignment value into the object for use
- * when laying out the object.
+ * when laying out the object. Possible values for the alignment are
+ * EWL_FLAG_ALIGN_CENTER, EWL_FLAG_ALIGN_LEFT, EWL_FLAG_ALIGN_RIGHT, 
+ * EWL_FLAG_ALIGN_TOP and EWL_FLAG_ALIGN_BOTTOM. You can combine those 
+ * with the bitwise OR, e.g. EWL_FLAG_ALIGN_TOP | EWL_FLAG_ALIGN_LEFT.
  */
 void
 ewl_object_alignment_set(Ewl_Object *o, unsigned int align)
@@ -1353,7 +1356,11 @@
  * @see @link Ewl_Enums Enums @endlink
  *
  * Stores the new fill policy value into the object for use when laying out
- * the object.
+ * the object. Possible values for the fill policy are EWL_FLAG_FILL_NONE, 
+ * EWL_FLAG_FILL_HSHRINK, EWL_FLAG_FILL_VSHRINK, EWL_FLAG_FILL_SHRINK,
+ * EWL_FLAG_FILL_HFILL, EWL_FLAG_FILL_VFILL and EWL_FLAG_FILL_FILL. You can
+ * combine those with a bitwise OR, e.g. EWL_FLAG_FILL_VFILL 
+ * | EWL_FLAG_FILL_HSHRINK.
  */
 void
 ewl_object_fill_policy_set(Ewl_Object *o, unsigned int fill)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to