1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
gtk-engines
===========
This package provides four sample theme engines for GTK+:
Pixmap: A generic engine that renders using pixmaps.
One theme using this theme engine is included.
Metal: A fairly complete theme engine that looks like the
Java-Metal look of Swing.
Redmond95: A simple theme engine that looks a bit like
Microsoft Windows95.
Notif: A simple Motif-look-alike theme
Requirements
============
To compile this package, you must have:
GTK+, version 1.1.13 or better
http://www.gtk.org/
ftp://ftp.gtk.org/pub/gtk/
imlib, version 1.8 or better.
http://www.labs.redhat.com/imlib/
Installation
============
./configure
make
[ become root ]
make install
If you configured GTK+ in a non-default prefix, you must
also configure this package the same way. For instance:
./configure --prefix=/opt/gtk+
Further Information
===================
Questions about this package should be directed to the
GTK+ mailing lists. See:
http://www.gtk.org/mailinglists.html
====
Owen Taylor <otaylor@redhat.com>
The Rasterman <raster@redhat.com>
18 Jan 1999
All software in this package is Copyright (C) 1999 Red Hat Software and
Randy Gordon and is distributed under the LGPL License (same as gtk+)
|