Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_paned.c 


Log Message:
- add a bit of info on the paned widget

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_paned.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_paned.c 10 Mar 2006 04:05:42 -0000      1.2
+++ ewl_paned.c 19 Mar 2006 07:15:10 -0000      1.3
@@ -1,6 +1,22 @@
 #include "Ewl_Test.h"
 #include <stdio.h>
 
+/**
+ * @addtogroup Ewl_Paned
+ * @section pane_infi Information
+ * The Ewl_Paned widget is designed to hold multiple panes if needed. If you
+ * want to have three panes or four panges just add the panes and it will
+ * add the grabbers as needed. The paned widget is an Ewl_Container so to
+ * add panes you just use the container functions to append, prepend and
+ * insert as needed.
+ * 
+ * @section init_layout Initial Layout
+ * If you need to set the initial sizes of the items in the grabber then you
+ * will need to set their preferred size. If, after the paned is already
+ * displayed, you need to change the size it will use the current size of
+ * the pane.
+ */
+
 static int create_test(Ewl_Container *box);
 static void ewl_paned_test_cb_clicked_destroy(Ewl_Widget *w, void *ev, 
                                                        void *data);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to