Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/lib Modified Files: Etk.pm Log Message: - more work on new API =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- Etk.pm 18 Jul 2006 22:14:34 -0000 1.8 +++ Etk.pm 20 Jul 2006 17:27:04 -0000 1.9 @@ -45,14 +45,15 @@ my $win = Etk::Window->new(); my $button = Etk::Button->new("Click me!"); + $win->Add($button); # or my $win = Etk::Window->new(); my $button = $win->AddButton("Click me!"); + + # - - $win->Add($button); $win->ShowAll(); $button->SignalConnect("clicked", \&clicked_cb); ------------------------------------------------------------------------- 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