Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_scrollpane.c 


Log Message:
now you can test the scrollpane in the scrollpane test :)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_scrollpane.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_scrollpane.c    13 Jul 2006 19:43:24 -0000      1.4
+++ ewl_scrollpane.c    16 Oct 2006 08:54:33 -0000      1.5
@@ -25,7 +25,7 @@
        ewl_widget_show(scrollpane);
 
        button = ewl_button_new();
-       ewl_object_size_request(EWL_OBJECT(button), 500, 500);
+       ewl_object_minimum_size_set(EWL_OBJECT(button), 500, 500);
        ewl_object_padding_set(EWL_OBJECT(button), 20, 20, 20, 20);
        ewl_container_child_append(EWL_CONTAINER(scrollpane), button);
        ewl_widget_show(button);



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