source: trunk/third/gtk-engines/README @ 18286

Revision 18286, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18285, which included commits to RCS files with non-trunk default branches.
Line 
1gtk-engines
2===========
3
4This package provides three sample theme engines for GTK+:
5
6 Pixmap: A generic engine that renders using pixmaps.
7   One theme using this theme engine is included.
8
9 Metal: A fairly complete theme engine that looks like the
10   Java-Metal look of Swing.
11
12 Redmond95: A simple theme engine that looks a bit like
13   Microsoft Windows 95.
14
15Requirements
16============
17
18To compile this package, you must have:
19
20 GTK+, version 1.3.12 or better
21
22   http://www.gtk.org/
23   ftp://ftp.gtk.org/pub/gtk/
24
25Installation
26============
27
28 ./configure
29 make
30 [ become root ]
31 make install
32
33
34If you configured GTK+ in a non-default prefix, you must
35also configure this package the same way. For instance:
36
37 ./configure --prefix=/opt/gtk+
38
39
40Further Information
41===================
42
43Questions about this package should be directed to the
44GTK+ mailing lists. See:
45
46  http://www.gtk.org/mailinglists.html
47
48
49====
50Owen Taylor <otaylor@redhat.com>
51The Rasterman <raster@redhat.com>
5218 Jan 1999
53
54Owen Taylor <otaylor@redhat.com>
5523 Jan 2002
56
57All software in this package is Copyright (C) 1999-2002 Red Hat Software and
58Randy Gordon and is distributed under the LGPL License (same as gtk+)
59
Note: See TracBrowser for help on using the repository browser.