Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_checkbutton.c 


Log Message:
Updated Doxyfile for document generation. Fixed a state change bug with the
checkbutton.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_checkbutton.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- ewl_checkbutton.c   29 Sep 2003 21:46:50 -0000      1.35
+++ ewl_checkbutton.c   6 Oct 2003 17:57:29 -0000       1.36
@@ -3,6 +3,8 @@
 
 void            __ewl_checkbutton_clicked(Ewl_Widget * w, void *ev_data,
                                          void *user_data);
+void            __ewl_check_clicked(Ewl_Widget * w, void *ev_data,
+                                   void *user_data);
 
 /**
  * @param label: the label to display with the checkbutton, NULL for no label
@@ -57,6 +59,7 @@
         * Add the check box first.
         */
        cb->check = ewl_check_new();
+       ewl_callback_del(cb->check, EWL_CALLBACK_CLICKED, __ewl_check_clicked);
        ewl_container_prepend_child(EWL_CONTAINER(cb), cb->check);
        ewl_widget_show(cb->check);
 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to