Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/engine Modified Files: ewl_engine_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/engine/ewl_engine_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_engine_test.c 8 Dec 2007 06:43:08 -0000 1.2 +++ ewl_engine_test.c 26 Feb 2008 04:24:11 -0000 1.3 @@ -10,30 +10,6 @@ #include <stdlib.h> #include <string.h> -/** - * @addtogroup Ewl_Embed - * @section text_tut Tutorial - * - * The embed allows for overriding the engine used for rendering and display - * so that an application can have multiple target engines. This is most commonly - * used through the window layer as the embed itself does not create windows in - * the display system. The reason it is not implemented at the window level is - * that the embed will need the correct engine information in order to interact - * with menus, tooltips and similar widgets. - * - * @code - * Ewl_Widget *window; - * window = ewl_window_new(); - * ewl_embed_engine_name_set(EWL_EMBED(window), "evas_buffer"); - * ewl_widget_show(window); - * @endcode - * - * The code above demonstrates how to setup an embed to render to an ARGB - * data buffer. When the window is realized it will create a data buffer and - * store that as the window information on the embed. - * - */ - static int create_test(Ewl_Container *win); static void cb_configure(Ewl_Widget *w, void *ev, void *data); static void cb_mouse_down(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