Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Box.t 


Log Message:
- Follow etk changes
- some work on Etk::Tree and the models (still needs work)
- moved some functions into seperate files

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Box.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Box.t       6 Aug 2006 14:56:14 -0000       1.2
+++ Box.t       16 Aug 2006 20:21:56 -0000      1.3
@@ -15,11 +15,10 @@
 
 
 my $button = Etk::Button->new();
-$hb->PackStart($button, 1, 0, 5);
-my ($padding, $expand, $fill, $pack_end) = $hb->ChildPackingGet($button);
+$hb->Append($button, 0, 0, 5);
+my ($fill, $padding) = $hb->ChildPackingGet($button);
 
 is($padding, 5,        "Padding set");
-is($expand, 1,         "Expand set");
 is($fill, 0,   "Fill set");
 
 
@@ -36,11 +35,10 @@
 is($hb->HomogeneousGet(), 5,   "Homo Set");
 
 
-$hb->PackStart($button, 1, 0, 5);
-($padding, $expand, $fill, $pack_end) = $hb->ChildPackingGet($button);
+$hb->Append($button, 0, 0, 5);
+($fill, $padding) = $hb->ChildPackingGet($button);
 
 is($padding, 5,        "Padding set");
-is($expand, 1,         "Expand set");
 is($fill, 0,   "Fill set");
 
 



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