Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl/lib


Modified Files:
        Etk.pm 


Log Message:
- follow some changes in etk
- fix a couple of mortalizations
- add object cache (disabled for now, needs more work)
- add dependency check in Makefile.PL

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Etk.pm      6 Aug 2006 14:56:14 -0000       1.16
+++ Etk.pm      11 Aug 2006 18:36:53 -0000      1.17
@@ -29,7 +29,8 @@
   use Etk;
 
   my $win = Etk::Window->new();
-  my $button = Etk::Button->new("Click me!");
+  my $button = Etk::Button->new();
+  $button->LabelSet("Click me!");
   $win->Add($button);
   $win->ShowAll();
 



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