Enlightenment CVS committal
Author : lok
Project : e_modules
Module : notification
Dir : e_modules/notification/src
Modified Files:
e_mod_config.c
Log Message:
More descriptive configuration for popups and README file.
WARNING: The configure behaviour is changed (yes again)
./configure (unchanged, will go into enlightenment-config --module-dir)
./configure --prefix=/foo (will go in
/foo/lib/enlightenment/modules/notification)
===================================================================
RCS file: /cvs/e/e_modules/notification/src/e_mod_config.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_config.c 2 Mar 2008 01:33:28 -0000 1.2
+++ e_mod_config.c 7 Mar 2008 19:52:14 -0000 1.3
@@ -105,6 +105,8 @@
e_widget_list_object_append(o, of, 1, 1, 0.5);
of = e_widget_framelist_add(evas, D_("Direction"), 0);
+ ow = e_widget_label_add(evas, D_("Direction in which popups will stack
themselves : "));
+ e_widget_framelist_object_append(of, ow);
rg = e_widget_radio_group_new(&(cfdata->direction));
ow = e_widget_radio_add(evas, "up", DIRECTION_UP, rg);
e_widget_framelist_object_append(of, ow);
@@ -116,7 +118,9 @@
e_widget_framelist_object_append(of, ow);
e_widget_list_object_append(o, of, 1, 1, 0.5);
- of = e_widget_framelist_add(evas, D_("Gap size"), 0);
+ of = e_widget_framelist_add(evas, D_("Gap"), 0);
+ ow = e_widget_label_add(evas, D_("Size of the gap between two popups : "));
+ e_widget_framelist_object_append(of, ow);
ow = e_widget_slider_add(evas, 1, 0, D_("%2.0f pixels"), 0.0, 50, 1.0, 0,
NULL, &(cfdata->gap), 200);
e_widget_framelist_object_append(of, ow);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs