Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/lib/Etk Modified Files: Constants.pm Log Message: - lots of TODO items done. - event structs are converted now, still need to add code to pass them around - removed unneeded functions - added new textblock and iterator stuff =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Constants.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Constants.pm 20 Jul 2006 23:16:22 -0000 1.1 +++ Constants.pm 4 Aug 2006 23:23:53 -0000 1.2 @@ -14,7 +14,8 @@ PointerVDoubleArrow PointerResize PointerResizeTL PointerResizeT PointerResizeTR PointerResizeR PointerResizeBR PointerResizeB PointerResizeBL PointerResizeL PointerTextEdit PointerDndDrop/], - tree => [qw/ModeList ModeTree FromFile FromEdje/] + tree => [qw/ModeList ModeTree FromFile FromEdje/], + textblock => [qw/GravityLeft GravityRight/] ); @@ -108,6 +109,13 @@ { FromFile => 0, FromEdje => 1 +}; + +# textblock gravity +use constant +{ + GravityLeft => 0, + GravityRight => 1 }; ------------------------------------------------------------------------- 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