Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Constants.pm Stock.pm 


Log Message:
- fixes to Etk::Window methods
- rewrote the TODO
- more tests

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Constants.pm        4 Aug 2006 23:23:53 -0000       1.2
+++ Constants.pm        6 Aug 2006 14:56:14 -0000       1.3
@@ -15,7 +15,8 @@
     PointerResizeTR PointerResizeR PointerResizeBR PointerResizeB 
     PointerResizeBL PointerResizeL PointerTextEdit PointerDndDrop/],
    tree                => [qw/ModeList ModeTree FromFile FromEdje/],
-   textblock   => [qw/GravityLeft GravityRight/]
+   textblock   => [qw/GravityLeft GravityRight/],
+   colorpicker => [qw/ModeH ModeS ModeV ModeR ModeG ModeB/],
 
    );
 
@@ -118,17 +119,15 @@
     GravityRight => 1
 };
 
-
-package Etk::Colorpicker::Mode;
-
+# colorpicker mode
 use constant  {
 
-       H       => 0,
-       S       => 1,
-       V       => 2,
-       R       => 3,
-       G       => 4,
-       B       => 5
+       ModeH   => 0,
+       ModeS   => 1,
+       ModeV   => 2,
+       ModeR   => 3,
+       ModeG   => 4,
+       ModeB   => 5
 
 };
 
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Stock.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Stock.pm    30 Jul 2006 19:22:32 -0000      1.4
+++ Stock.pm    6 Aug 2006 14:56:14 -0000       1.5
@@ -1,6 +1,5 @@
 package Etk::Stock;
 use strict;
-require Etk;
 require Exporter;
 
 our @ISA = qw/Exporter/;



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