Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_menu_test.c 


Log Message:
toggle button for toolbar (edc not finished yet)

===================================================================
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_menu_test.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- etk_menu_test.c     15 Aug 2006 17:43:29 -0000      1.16
+++ etk_menu_test.c     17 Aug 2006 15:44:07 -0000      1.17
@@ -72,7 +72,7 @@
    sep = etk_vseparator_new();
    etk_toolbar_append(ETK_TOOLBAR(toolbar), sep);   
    
-   button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_FIND);
+   button = etk_tool_toggle_button_new_from_stock(ETK_STOCK_EDIT_FIND);
    etk_toolbar_append(ETK_TOOLBAR(toolbar), button);      
    
    /* Window body */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to