gtk-quartz-engine r10 - in trunk: . src
- From: rhult svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-quartz-engine r10 - in trunk: . src
- Date: Tue, 28 Oct 2008 14:40:45 +0000 (UTC)
Author: rhult
Date: Tue Oct 28 14:40:45 2008
New Revision: 10
URL: http://svn.gnome.org/viewvc/gtk-quartz-engine?rev=10&view=rev
Log:
2008-10-28 Richard Hult <richard imendio com>
* src/quartz-style.c (style_setup_rc_styles): Use tooltip colors
from the color scheme.
Modified:
trunk/ChangeLog
trunk/src/quartz-style.c
Modified: trunk/src/quartz-style.c
==============================================================================
--- trunk/src/quartz-style.c (original)
+++ trunk/src/quartz-style.c Tue Oct 28 14:40:45 2008
@@ -198,21 +198,13 @@
"} class \"" match "\" style \"" name "\"\n", __VA_ARGS__); \
gtk_rc_parse_string (buf);
- /* FIXME: Comment out for now, doesn't seem to do anything? */
- /*RC_WIDGET ("quartz-tooltips-caption", "gtk-tooltips.GtkLabel",
- "fg[NORMAL] = { %d, %d, %d }\n"
- "font_name = \"%s\"\n",
- 0, 0, 0, "Lucida Grande 11");
- */
-
- /* FIXME: Get the right background and frame colors. */
+ /* FIXME: Get the right frame color. */
RC_WIDGET ("quartz-tooltips", "gtk-tooltip*",
- "fg[NORMAL] = { 0, 0, 0 }\n"
- /*"bg[NORMAL] = { %d, %d, %d }\n"*/
+ "bg[NORMAL] = @tooltip_bg_color\n"
+ "fg[NORMAL] = @tooltip_fg_color\n"
"font_name = \"%s\"\n"
"xthickness = 4\n"
"ythickness = 4\n",
- /*0xf8ff07, 0xf9ff06, 0x7eff81,*/
"Lucida Grande 11");
#if 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]