Add note about gtk_tooltips_set_colors().
2000-01-13 Elliot Lee <sopwith@redhat.com> * gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2000-01-13 Elliot Lee <sopwith@redhat.com>
|
||||
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
|
||||
|
||||
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet
|
||||
|
||||
@@ -391,6 +391,19 @@ gtk_tooltips_set_tip (GtkTooltips *tooltips,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Elliot Lee <sopwith@redhat.com> writes:
|
||||
|
||||
> Not only are the if() conditions backwards, but it is using the pointers
|
||||
> as passed in instead of copying the values.
|
||||
|
||||
This has been reported a lot of times. The thing is, this
|
||||
tooltips->foreground/background aren't used at all; the
|
||||
colors are taken from the style now. So it doesn't matter.
|
||||
|
||||
Regards,
|
||||
Owen
|
||||
*/
|
||||
void
|
||||
gtk_tooltips_set_colors (GtkTooltips *tooltips,
|
||||
GdkColor *background,
|
||||
|
||||
Reference in New Issue
Block a user