Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/test
Modified Files:
ewl_dialog_test.c
Log Message:
Use insets not padding, padding is the area around the outside of the widget,
in a window, this will give blank areas on the evas.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_dialog_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_dialog_test.c 24 Aug 2004 02:26:41 -0000 1.2
+++ ewl_dialog_test.c 24 Aug 2004 05:00:57 -0000 1.3
@@ -34,7 +34,7 @@
ewl_window_title_set (EWL_WINDOW (win_ok), "OK Window");
ewl_window_name_set (EWL_WINDOW (win_ok), "EWL Test Application");
ewl_window_class_set (EWL_WINDOW (win_ok), "EFL Test Application");
- ewl_object_padding_set (EWL_OBJECT (win_ok), 5, 5, 5, 5);
+ ewl_object_insets_set (EWL_OBJECT (win_ok), 5, 5, 5, 5);
ewl_callback_append (win_ok, EWL_CALLBACK_DELETE_WINDOW,
__destroy_test_window, NULL);
@@ -60,7 +60,7 @@
ewl_window_title_set (EWL_WINDOW (win_cancel), "CANCEL Window");
ewl_window_name_set (EWL_WINDOW (win_cancel), "EWL Test Application");
ewl_window_class_set (EWL_WINDOW (win_cancel), "EFL Test Application");
- ewl_object_padding_set (EWL_OBJECT (win_cancel), 5, 5, 5, 5);
+ ewl_object_insets_set (EWL_OBJECT (win_cancel), 5, 5, 5, 5);
ewl_callback_append (win_cancel, EWL_CALLBACK_DELETE_WINDOW,
__destroy_test_window, NULL);
@@ -109,7 +109,7 @@
ewl_window_title_set (EWL_WINDOW (dialog_win), "Dialog Test");
ewl_window_name_set (EWL_WINDOW (dialog_win), "EWL Test Application");
ewl_window_class_set (EWL_WINDOW (dialog_win), "EFL Test Application");
- ewl_object_padding_set (EWL_OBJECT (dialog_win), 5, 5, 5, 5);
+ ewl_object_insets_set (EWL_OBJECT (dialog_win), 5, 5, 5, 5);
ewl_callback_append (dialog_win, EWL_CALLBACK_DELETE_WINDOW,
EWL_CALLBACK_FUNCTION (__destroy_dialog_test_window), NULL);
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs