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

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Constants.pm        29 Jan 2007 13:55:45 -0000      1.14
+++ Constants.pm        22 Feb 2007 15:59:49 -0000      1.15
@@ -62,6 +62,7 @@
    popupwindow => [qw/BelowRight BelowLeft AboveRight AboveLeft/],
    window      => [qw/Normal Above Below/],
    swallow     => [qw/None IncompatibleParent NotRealized NoPart/],
+   slider      => [qw/Continuous Discontinuous Delayed/],
    );
 
 my @all = ();
@@ -302,3 +303,11 @@
    NotRealized=>2,
    NoPart=>3
 };
+
+# slider
+use constant {
+   Continuous=>0,
+   Discontinuous=>1,
+   Delayed=>2
+};
+



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