Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_paned_test.c 


Log Message:
- Pull the tutorials out of the src/bin/tests/*/*.c files and move them to 
doc/tutorials. This way we don't end up with any test structures showing up in 
the Ewl docs.


===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/paned/ewl_paned_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_paned_test.c    5 Jan 2008 20:09:19 -0000       1.4
+++ ewl_paned_test.c    26 Feb 2008 04:24:12 -0000      1.5
@@ -6,29 +6,6 @@
 
 #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
- * can use the following lines:
- *
- * @code
- * ewl_container_child_append(EWL_CONTAINER(paned), child);
- * ewl_paned_initial_size_set(EWL_PANED(paned), child, 100);
- * @endcode
- *
- * This will set the initial size of the child to 100 px.
- */
-
 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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to