Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/test
Modified Files:
Tag: SPLIT
ewl_entry_test.c ewl_selectionbar_test.c ewl_test.c
Log Message:
Syncing up my working directory before merging to head. Should just be a few
minor object and test app changes.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_entry_test.c,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -3 -r1.10.2.2 -r1.10.2.3
--- ewl_entry_test.c 7 Nov 2002 01:54:38 -0000 1.10.2.2
+++ ewl_entry_test.c 14 Jan 2003 19:33:08 -0000 1.10.2.3
@@ -64,8 +64,8 @@
entry_button = w;
entry_win = ewl_window_new();
- ewl_window_resize(EWL_WINDOW(entry_win), 371, 96);
ewl_window_set_min_size(EWL_WINDOW(entry_win), 371, 96);
+ ewl_window_set_auto_size(EWL_WINDOW(entry_win), TRUE);
ewl_callback_append(entry_win, EWL_CALLBACK_DELETE_WINDOW,
__destroy_entry_test_window, NULL);
ewl_widget_show(entry_win);
@@ -89,21 +89,18 @@
ewl_widget_show(entry[1]);
button_hbox = ewl_hbox_new();
- ewl_object_set_custom_size(EWL_OBJECT(button_hbox), 211, 23);
ewl_object_set_alignment(EWL_OBJECT(button_hbox), EWL_ALIGNMENT_CENTER);
ewl_container_append_child(EWL_CONTAINER(entry_box), button_hbox);
ewl_box_set_spacing(EWL_BOX(button_hbox), 5);
ewl_widget_show(button_hbox);
button[0] = ewl_button_new("Fetch text");
- ewl_object_set_custom_size(EWL_OBJECT(button[0]), 100, 17);
ewl_container_append_child(EWL_CONTAINER(button_hbox), button[0]);
ewl_callback_append(button[0], EWL_CALLBACK_CLICKED,
__fetch_entry_text, NULL);
ewl_widget_show(button[0]);
button[1] = ewl_button_new("Set Text");
- ewl_object_set_custom_size(EWL_OBJECT(button[1]), 100, 17);
ewl_container_append_child(EWL_CONTAINER(button_hbox), button[1]);
ewl_callback_append(button[1], EWL_CALLBACK_CLICKED,
__set_entry_text, NULL);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_selectionbar_test.c,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -3 -r1.2.2.1 -r1.2.2.2
--- ewl_selectionbar_test.c 7 Nov 2002 01:54:38 -0000 1.2.2.1
+++ ewl_selectionbar_test.c 14 Jan 2003 19:33:10 -0000 1.2.2.2
@@ -58,8 +58,8 @@
ewl_widget_show(box_button);
sbar = ewl_selectionbar_new(box);
-// ewl_object_set_fill_policy(EWL_OBJECT(sbar), EWL_FILL_POLICY_FILL);
-// ewl_container_append_child(EWL_CONTAINER(sbar_win), sbar);
+ ewl_object_set_fill_policy(EWL_OBJECT(sbar), EWL_FILL_POLICY_FILL);
+ ewl_container_append_child(EWL_CONTAINER(sbar_win), sbar);
ewl_widget_show(sbar);
child[0] = ewl_button_new("child 1");
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v
retrieving revision 1.33.2.19
retrieving revision 1.33.2.20
diff -u -3 -r1.33.2.19 -r1.33.2.20
--- ewl_test.c 7 Nov 2002 01:54:38 -0000 1.33.2.19
+++ ewl_test.c 14 Jan 2003 19:33:11 -0000 1.33.2.20
@@ -92,7 +92,7 @@
ewl_callback_append(main_win, EWL_CALLBACK_DELETE_WINDOW,
__close_main_window, NULL);
ewl_window_resize(EWL_WINDOW(main_win), 237, 450);
- /* ewl_window_set_auto_size(EWL_WINDOW(main_win), TRUE); */
+ ewl_window_set_auto_size(EWL_WINDOW(main_win), TRUE);
ewl_widget_show(main_win);
i = 0;
-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs