Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/password Modified Files: ewl_password_test.c Log Message: change password entry color to red (it doesn't work tho) =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/password/ewl_password_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_password_test.c 26 Feb 2008 04:24:12 -0000 1.2 +++ ewl_password_test.c 3 Apr 2008 17:04:31 -0000 1.3 @@ -40,6 +40,7 @@ ewl_widget_show(password[0]); password[1] = ewl_password_new(); + ewl_text_color_set(EWL_TEXT(password[1]), 255, 0, 0, 255); ewl_password_text_set(EWL_PASSWORD(password[1]), "E W L ! ! !"); ewl_object_padding_set(EWL_OBJECT(password[1]), 5, 5, 0, 0); ewl_container_child_append(box, password[1]); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs