Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_colorpicker_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/colorpicker/ewl_colorpicker_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_colorpicker_test.c      4 Dec 2007 05:27:58 -0000       1.1
+++ ewl_colorpicker_test.c      26 Feb 2008 04:24:11 -0000      1.2
@@ -5,40 +5,6 @@
 
 #include <stdio.h>
 
-/**
- * @addtogroup Ewl_Colorpicker
- * @section image_tut Tutorial
- *
- * The Ewl_Colorpicker widget provides a way to let the user select a color
- * either by manually entering its values, or graphically via the built-in
- * Ewl_Spectrum widget, which also provides a preview of the color.
- * The color can be selected in RGB or HSV format (but can be retrieved only
- * in RGB format for now).
- *
- * @code
- * Ewl_Widget *cp;
- * cp = ewl_colorpicker_new();
- * ewl_widget_show(cp);
- * @endcode
- *
- * Once you've setup the colour picker, you can read its current and previous
- * value and set them. For example the following swaps the two.
- *
- * @code
- * unsigned int r,g,b;
- * ewl_colorpicker_current_rgb_get(EWL_COLORPICKER(cp), &r, &g, &b);
- * ewl_colorpicker_previous_rgb_set(EWL_COLORPICKER(cp), r, g, b);
- * @endcode
- *
- * You can also change the display mode of the spectrum programmatically
- *
- * @code
- * void ewl_colorpicker_color_mode_set(Ewl_Colorpicker *cp, Ewl_Color_Mode 
type);
- * Ewl_Color_Mode ewl_colorpicker_color_mode_get(Ewl_Colorpicker *cp);
- * @endcode
- *
- */
-
 static int create_test(Ewl_Container *box);
 static void color_value_changed(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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to