Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/test
Modified Files:
ewl_test.c
Log Message:
Fix incorrect top level flag on overlay.
Rearrange show/hide/resize notifications.
Change the way insets and padding are set to prevent widgets growing on
remove/add.
Use no fill policy on the notebook tab box in order to allow alignment.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -3 -r1.80 -r1.81
--- ewl_test.c 9 Dec 2004 01:43:34 -0000 1.80
+++ ewl_test.c 24 Dec 2004 22:16:42 -0000 1.81
@@ -163,6 +163,7 @@
printf("HEAP SIZE:\t%u bytes\n", heap_end - heap_start);
main_win = ewl_window_new();
+ ewl_object_size_request(EWL_OBJECT(main_win), 400, 400);
ewl_window_title_set(EWL_WINDOW(main_win),
"The Enlightenment Widget Library");
ewl_window_name_set(EWL_WINDOW(main_win), "EWL Test Application");
@@ -174,7 +175,7 @@
ewl_widget_show(main_win);
/*
- * Create the main box for holding the button widgets
+ * Create the main box for holding the test scrollpane areas
*/
main_box = ewl_hbox_new();
ewl_container_child_append(EWL_CONTAINER(main_win), main_box);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs