Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl


Modified Files:
        Etk.xs MANIFEST 


Log Message:
Introducing Etk::Simple
for now this overloads the new() method on some widgets to remove the need to 
call new_with_label() or new_from_stock() or the like, just call ->new() 
passing in the arguments you want, and we'll figure out what you need :)

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/Etk.xs,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- Etk.xs      6 Oct 2006 21:01:49 -0000       1.57
+++ Etk.xs      16 Oct 2006 20:02:28 -0000      1.58
@@ -1565,7 +1565,7 @@
        CurrentFolderSet=1
 
 Etk_Filechooser_Widget *
-etk_filechooser_widget_new(class)
+new(class)
        SV * class
       ALIAS:
        New=1
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/MANIFEST,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- MANIFEST    10 Sep 2006 09:14:25 -0000      1.11
+++ MANIFEST    16 Oct 2006 20:02:28 -0000      1.12
@@ -57,6 +57,7 @@
 t/Etk/Window.t
 lib/Etk.pm
 lib/Etk/Stock.pm
+lib/Etk/Simple.pm
 lib/Etk/Constants.pm
 META.yml                                 Module meta-data (added by MakeMaker)
 TODO



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