Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/itray Modified Files: e_mod_main.c Log Message: itray fixies - gadman needfs work. might tackle that next. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/itray/e_mod_main.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_mod_main.c 1 Feb 2006 14:50:00 -0000 1.8 +++ e_mod_main.c 2 Feb 2006 03:53:39 -0000 1.9 @@ -160,7 +160,13 @@ { e_module_dialog_show(_("Enlightenment ITray Module"), _("This is the ITray system tray module for Enlightenment.<br>" - "It will hold system tray icons.")); + "It will hold system tray icons.<br>" + "Beware that this can be buggy due to many systray providing<br>" + "applications not handling the protocol properly, ad the way<br>" + "systray icons work being very limiting and hacky. Do not use<br>" + "this module unless you absolutely must, and if you do, beware<br>" + "of issues that will appear." + )); return 1; } @@ -321,7 +327,7 @@ itb->event_object = o; evas_object_layer_set(o, 2); evas_object_repeat_events_set(o, 1); - evas_object_color_set(o, 255, 255, 255, 255); + evas_object_color_set(o, 0, 0, 0, 0); evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_IN, _itray_box_cb_mouse_in, itb); evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_OUT, _itray_box_cb_mouse_out, itb); evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, _itray_box_cb_mouse_down, itb); @@ -357,10 +363,10 @@ e_gadman_client_min_size_set(itb->gmc, 8, 8); e_gadman_client_max_size_set(itb->gmc, 3200, 3200); e_gadman_client_auto_size_set(itb->gmc, -1, -1); - e_gadman_client_align_set(itb->gmc, 0.0, 0.5); + e_gadman_client_align_set(itb->gmc, 0.0, 1.0); e_gadman_client_resize(itb->gmc, 400, 32); e_gadman_client_change_func_set(itb->gmc, _itray_box_cb_gmc_change, itb); - e_gadman_client_edge_set(itb->gmc, E_GADMAN_EDGE_LEFT); + e_gadman_client_edge_set(itb->gmc, E_GADMAN_EDGE_BOTTOM); e_gadman_client_load(itb->gmc); evas_event_thaw(itb->evas); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs