Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl/lib/Etk


Modified Files:
        Constants.pm 


Log Message:
-Add missing Popupwindow functions

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Constants.pm        13 Jan 2007 22:01:04 -0000      1.10
+++ Constants.pm        14 Jan 2007 19:09:26 -0000      1.11
@@ -58,6 +58,7 @@
     ShadowRight ShadowTop ShadowBottom ShadowLeftRight ShadowTopBottom/],
    image       => [qw/ImageFile ImageEdje ImageStock ImageEvasObject 
ImageData/],
    entry       => [qw/ImagePrimary ImageSecondary/],
+   popupwindow => [qw/BelowRight BelowLeft AboveRight AboveLeft/],
    );
 
 my @all = ();
@@ -277,3 +278,10 @@
    ImageSecondary=>2
 };
 
+# popup window
+use constant {
+   BelowRight=>0,
+   BelowLeft=>1,
+   AboveRight=>2,
+   AboveLeft=>3
+};



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

Reply via email to