summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGnome CVS User <gnomecvs@src.gnome.org>1997-11-27 04:16:39 +0000
committerGnome CVS User <gnomecvs@src.gnome.org>1997-11-27 04:16:39 +0000
commitdd34bcca5e6627c8a269c9232a8906e3bd8947df (patch)
tree5309f2ead99fbef5a4138556854079f68df48645 /tests
parente522ad46baaef62bb639a3a120c59203cb0af847 (diff)
downloadgtk+-dd34bcca5e6627c8a269c9232a8906e3bd8947df.tar.gz
Patches to support internationalized input by:
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> TANAKA Shinya <shinya@race.u-tokyo.ac.jp> See ChangeLog entries for further details. Also some small fixes to event handling in gdk/gdk.c; sending clear events in gtk/gtkselection.c and cut-and-paste in gtk/gtkentry.c
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtkrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc
index e909e314b0..81d8855f7e 100644
--- a/tests/testgtkrc
+++ b/tests/testgtkrc
@@ -10,6 +10,11 @@
pixmap_path "."
+style "default"
+{
+ fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*"
+}
+
style "window"
{
# bg_pixmap[NORMAL] = "warning.xpm"
@@ -56,6 +61,7 @@ style "curve"
fg[NORMAL] = { 58000, 0, 0 } # red
}
+widget_class "*" style "default"
widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"