Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enhance/examples


Modified Files:
        enhance_test.c 
Added Files:
        dialog.glade 


Log Message:
- enhance support dialogs now. action area packing options not yet supported. 
you can pack normal widgets and buttons with response_ids too.


===================================================================
RCS file: /cvs/e/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- enhance_test.c      17 May 2006 12:35:02 -0000      1.5
+++ enhance_test.c      11 Jul 2006 03:16:41 -0000      1.6
@@ -37,8 +37,9 @@
    
    en = enhance_new();      
    enhance_callback_data_set(en, "rip_only_clicked", &data);
-   
-   enhance_file_load(en, "window1", "stock.glade");
+
+   /* if you're trying the dialog test, show it explicitly! */
+   enhance_file_load(en, "window1", "dialog.glade");
    
    data2 = enhance_callback_data_get(en, "rip_only_clicked");
    *data2 = string2;




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