Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_scrollpane_test.c 


Log Message:
Add text to scrollpane test.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollpane/ewl_scrollpane_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_scrollpane_test.c       4 Dec 2007 05:28:03 -0000       1.1
+++ ewl_scrollpane_test.c       8 Jan 2008 03:51:09 -0000       1.2
@@ -29,6 +29,7 @@
        ewl_widget_show(scrollpane);
 
        button = ewl_button_new();
+       ewl_button_label_set(EWL_BUTTON(button), "Scroll!");
        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);



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to