Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/lib Modified Files: Etk.pm Log Message: - back to stable again. - new Constants for all consts - Stock can export its constants too - more simplifications in etk_test.pl =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- Etk.pm 20 Jul 2006 17:27:04 -0000 1.9 +++ Etk.pm 20 Jul 2006 23:16:21 -0000 1.10 @@ -5,11 +5,57 @@ use warnings; use Carp; -use Etk::Main; -use Etk::Window; - our $VERSION = '0.02'; +require XSLoader; +XSLoader::load('Etk', $VERSION); + +use Etk::Alignment; +use Etk::Button; +use Etk::Canvas; +use Etk::CheckButton; +use Etk::Clipboard; +use Etk::Colorpicker; +use Etk::Combobox; +use Etk::Dialog; +use Etk::Dnd; +use Etk::Drag; +use Etk::Entry; +use Etk::Filechooser; +use Etk::Frame; +use Etk::HBox; +use Etk::HPaned; +use Etk::HSeparator; +use Etk::HSlider; +use Etk::Iconbox; +use Etk::Image; +use Etk::Label; +use Etk::Menu; +use Etk::MessageDialog; +use Etk::Notebook; +use Etk::Paned; +use Etk::PopupWindow; +use Etk::ProgressBar; +use Etk::RadioButton; +use Etk::Range; +use Etk::ScrolledView; +use Etk::Selection; +use Etk::Separator; +use Etk::StatusBar; +use Etk::Table; +use Etk::TextView; +use Etk::Timer; +use Etk::ToggleButton; +use Etk::ToplevelWidget; +use Etk::Tree; +use Etk::VBox; +use Etk::VPaned; +use Etk::VSeparator; +use Etk::VSlider; +use Etk::Viewport; +use Etk::Window; +use Etk::Main; + sub Init { Etk::etk_init(); @@ -20,10 +66,6 @@ Etk::etk_shutdown(); } -require XSLoader; -XSLoader::load('Etk', $VERSION); - - # initialize Etk Etk::Init(); @@ -99,3 +141,5 @@ =cut + + ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs