Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_combobox.h 


Log Message:
some doxy

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_combobox.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- etk_combobox.h      8 Oct 2007 13:28:52 -0000       1.28
+++ etk_combobox.h      13 Jul 2008 21:08:32 -0000      1.29
@@ -54,10 +54,10 @@
 /** @brief Indicates how a widget of a combobox-column should fill and expand 
*/
 typedef enum
 {
-   ETK_COMBOBOX_NONE = 0,                       /* TODOC */
-   ETK_COMBOBOX_EXPAND = 1 << 0,
-   ETK_COMBOBOX_FILL = 1 << 1,
-   ETK_COMBOBOX_EXPAND_FILL = ETK_COMBOBOX_EXPAND | ETK_COMBOBOX_FILL
+   ETK_COMBOBOX_NONE = 0,         /**< Don't resize the item */
+   ETK_COMBOBOX_EXPAND = 1 << 0,  /**< Expand the item in it's container*/
+   ETK_COMBOBOX_FILL = 1 << 1,    /**< Expand the item to fill the available 
space */
+   ETK_COMBOBOX_EXPAND_FILL = ETK_COMBOBOX_EXPAND | ETK_COMBOBOX_FILL /**< 
Expand the item and fill the available space*/
 } Etk_Combobox_Fill_Policy;
 
 



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to