Collecttion of the locale dependent gtkrc files and

* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
        gtk/gtkrc.ru: Collecttion of the locale dependent
        gtkrc files and

        * gtk/Makefile.am: patched to get that collection
        installed in to $(prefix)/etc/gtk/
This commit is contained in:
Sergey I. Panov 1999-02-19 20:09:53 +00:00
parent 03d9f983de
commit af1efabafb
12 changed files with 84 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -1,3 +1,12 @@
Fri Feb 19 14:59:45 EST 1999 Sergey Panov <sipan@mit.edu>
* gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
gtk/gtkrc.ru: Collecttion of the locale dependent
gtkrc files and
* gtk/Makefile.am: patched to get that collection
installed in to $(prefix)/etc/gtk/
Fri Feb 19 17:52:28 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.h: grouped function names into application-level,

View File

@ -311,6 +311,8 @@ libgtk_la_LDFLAGS = \
-lm
# $(top_builddir)/gdk/libgdk.la
gtkconfdir = $(sysconfdir)/gtk
gtkconf_DATA = gtkrc gtkrc.ja gtkrc.ko gtkrc.ru
# We create a dummy theme for the default GTK+ theme

1
gtk/gtkrc Normal file
View File

@ -0,0 +1 @@
# Empty gtkrc for default theme

6
gtk/gtkrc.ja Normal file
View File

@ -0,0 +1,6 @@
style "default" {
fontset = "-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1,\
-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"
}
class "GtkWidget" style "default"

6
gtk/gtkrc.ko Normal file
View File

@ -0,0 +1,6 @@
style "default" {
fontset = "-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1,\
-*-*-medium-*-*--14-*-*-*-*-*-ksc5601.1987-*"
}
class "GtkWidget" style "default"

6
gtk/gtkrc.ru Normal file
View File

@ -0,0 +1,6 @@
style "default" {
fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\
-cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r"
}
class "GtkWidget" style "default"