Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
Ewl.h Makefile.am ewl_entry.c
Added Files:
ewl_password.c ewl_password.h
Log Message:
Added a password widget.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Ewl.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- Ewl.h 10 Nov 2003 22:55:27 -0000 1.41
+++ Ewl.h 7 Dec 2003 07:33:19 -0000 1.42
@@ -281,6 +281,7 @@
#include <ewl_text.h>
#include <ewl_entry.h>
+#include <ewl_password.h>
#include <ewl_seeker.h>
#include <ewl_scrollbar.h>
#include <ewl_spacer.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- Makefile.am 10 Nov 2003 22:55:27 -0000 1.36
+++ Makefile.am 7 Dec 2003 07:33:19 -0000 1.37
@@ -34,6 +34,7 @@
ewl_misc.h \
ewl_notebook.h \
ewl_object.h \
+ ewl_password.h \
ewl_progressbar.h \
ewl_radiobutton.h \
ewl_row.h \
@@ -78,6 +79,7 @@
ewl_misc.c \
ewl_notebook.c \
ewl_object.c \
+ ewl_password.c \
ewl_progressbar.c \
ewl_radiobutton.c \
ewl_row.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ewl_entry.c 19 Nov 2003 20:18:34 -0000 1.73
+++ ewl_entry.c 7 Dec 2003 07:33:19 -0000 1.74
@@ -43,6 +43,8 @@
ewl_object_set_fill_policy(EWL_OBJECT(w), EWL_FLAG_FILL_HSHRINK |
EWL_FLAG_FILL_HFILL);
ewl_container_intercept_callback(EWL_CONTAINER(w), EWL_CALLBACK_SELECT);
+ ewl_container_intercept_callback(EWL_CONTAINER(w),
+ EWL_CALLBACK_DESELECT);
e->text = ewl_text_new(text);
ewl_container_append_child(EWL_CONTAINER(e), e->text);
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs