Enlightenment CVS committal
Author : codewarrior
Project : e17
Module : apps/e_modules
Dir : e17/apps/e_modules/src/modules/notes
Modified Files:
e_mod_main.c e_mod_main.h
Log Message:
trans to all colors
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c 30 Mar 2005 10:21:04 -0000 1.1
+++ e_mod_main.c 30 Mar 2005 11:07:41 -0000 1.2
@@ -50,6 +50,7 @@
/* actually init ibar */
n = _note_init (m);
m->config_menu = _note_config_menu_new (n);
+
return n;
}
@@ -224,7 +225,7 @@
n = (Note *)data;
bg = evas_object_rectangle_add(n->face->evas);
- evas_object_color_set(bg, 187, 243, 168, 255);
+ evas_object_color_set(bg, 187, 243, 168, 100);
esmart_textarea_bg_set(n->face->note_object, bg);
}
@@ -248,7 +249,7 @@
n = (Note *)data;
bg = evas_object_rectangle_add(n->face->evas);
- evas_object_color_set(bg, 255, 255, 255, 255);
+ evas_object_color_set(bg, 255, 255, 255, 100);
esmart_textarea_bg_set(n->face->note_object, bg);
}
@@ -260,7 +261,7 @@
n = (Note *)data;
bg = evas_object_rectangle_add(n->face->evas);
- evas_object_color_set(bg, 149, 207, 226, 255);
+ evas_object_color_set(bg, 149, 207, 226, 100);
esmart_textarea_bg_set(n->face->note_object, bg);
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.h 30 Mar 2005 10:21:04 -0000 1.1
+++ e_mod_main.h 30 Mar 2005 11:07:41 -0000 1.2
@@ -37,7 +37,7 @@
Evas_Object *note_edje;
Evas_Coord xx, yy, ww;
E_Gadman_Client *gmc;
-
+ E_Menu *menu;
};
EAPI void *init (E_Module *m);
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs