Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_password_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/password/ewl_password_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_password_test.c 4 Dec 2007 05:28:03 -0000       1.1
+++ ewl_password_test.c 26 Feb 2008 04:24:12 -0000      1.2
@@ -7,40 +7,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-/**
- * @addtogroup Ewl_Password
- * @section text_tut Tutorial
- *
- * The password extends a basic Ewl_Entry to provide an obscured view of the
- * text entered.
- *
- * @code
- * Ewl_Widget *password;
- * password = ewl_password_new();
- * ewl_widget_show(password);
- * @endcode
- *
- * Manipulation of the password widget is generally done through the Ewl_Entry
- * API since the password widget inherits from the entry. The first point it
- * diverges from the entry API is for retrieving the current string in the
- * widget. This is necessary because the entry API returns the text that is
- * hiding the actual contents entered.
- *
- * @code
- * void ewl_password_text_set(Ewl_Password *e, const char *t);
- * char *ewl_password_text_get(Ewl_Password *e);
- * @endcode
- *
- * The character used to hide the text of the password is also configurable at
- * runtime, the default obscuring character is '*'.
- *
- * @code
- * void ewl_password_obscure_set(Ewl_Password *e, char o);
- * char ewl_password_obscure_get(Ewl_Password *e);
- * @endcode
- *
- */
-
 static Ewl_Widget *password[2];
 
 static int create_test(Ewl_Container *win);



-------------------------------------------------------------------------
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