forked from AuroraMiddleware/gtk
Adjust for current gtk-engines.
* tests/testgtkrc: Adjust for current gtk-engines.
This commit is contained in:
parent
d00b2b0a4a
commit
0083c5e0dd
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtkrc: Adjust for current gtk-engines.
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colors_free): Use the same parameter
|
||||
names in header, docs and implementation.
|
||||
|
||||
|
@ -13,11 +13,9 @@
|
||||
# testgtkrc2 sets all the buttons in the main window to blue by default
|
||||
include "testgtkrc2"
|
||||
|
||||
#include "/usr/local/share/themes/Pixmap/gtk/gtkrc"
|
||||
#include "/usr/local/share/themes/Redmond95/gtk/gtkrc"
|
||||
#include "/usr/local/share/themes/Metal/gtk/gtkrc"
|
||||
#include "/usr/local/share/themes/Notif/gtk/gtkrc"
|
||||
#include "/usr/local/share/themes/Default/gtk/gtkrc"
|
||||
#include "/usr/local/share/themes/Redmond95/gtk-2.0/gtkrc"
|
||||
#include "/usr/local/share/themes/Metal/gtk-2.0/gtkrc"
|
||||
#include "/usr/local/share/themes/Default/gtk-2.0/gtkrc"
|
||||
|
||||
double-click_timeout = 42
|
||||
bell-duration = 39
|
||||
@ -199,6 +197,7 @@ style "testgtk-blue-style" {
|
||||
fg[NORMAL] = "blue"
|
||||
}
|
||||
|
||||
|
||||
widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-green-style"
|
||||
widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-blue-style" # override because it's later
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user