Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Constants.pm 


Log Message:
follow Etk_Button changes + tests

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Constants.pm        1 Sep 2006 18:34:36 -0000       1.6
+++ Constants.pm        6 Sep 2006 19:37:34 -0000       1.7
@@ -53,6 +53,7 @@
     MouseNone MouseDoubleClick MouseTripleClick/],
    toolbar     => [qw/ToolbarIcons ToolbarText ToolbarBothVert 
ToolbarBothHoriz 
     ToolbarDefault ToolbarHoriz ToolbarVert/],
+   button      => [qw/ButtonIcon ButtonText ButtonBothVert ButtonBothHoriz/],
    );
 
 my @all = ();
@@ -228,6 +229,13 @@
 
 };
 
+#button
+use constant {
+   ButtonIcon => 0,
+   ButtonText => 1,
+   ButtonBothVert => 2,
+   ButtonBothHoriz => 3
+};
 
 
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to