Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/lib Modified Files: Etk.pm Log Message: - some more widget work - start of simplifying Etk usage =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Etk.pm 18 Jun 2006 10:47:42 -0000 1.4 +++ Etk.pm 14 Jul 2006 23:53:11 -0000 1.5 @@ -10,6 +10,9 @@ our @ISA = qw(Exporter); +use Etk::Main; +use Etk::Window; + # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead. # Do not simply export all your public functions/methods/constants. @@ -50,6 +53,14 @@ require XSLoader; XSLoader::load('Etk', $VERSION); + + +# initialize Etk +Etk::Init(); + +END { + Etk::Shutdown(); +} # Preloaded methods go here. ------------------------------------------------------------------------- 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