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