]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/README
Deprecate widget flag: GTK_WIDGET_CAN_FOCUS
[~andy/gtk] / modules / engines / pixbuf / README
1 The code in this directory is a GTK+ theme engine based on the earlier
2 pixmap theme engine.
3
4 The config files are meant to be compatible, but instead of rendering
5 using Imlib, it renders using GdkPixbuf.  This makes the memory
6 management much more understandable, and also allows us to use
7 GdkPixbuf's high quality scaling.
8
9 Most of the code was reworked/rewritten in the process to make it more
10 understandable and maintainable.
11
12 There are lots of bugs here, a considersable number of bugs. But it's
13 cleaned up a great deal from the older pixmap engine. Please don't
14 make it uglier again.
15
16 Owen Taylor <otaylor@redhat.com>
17 6 February 2000