mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
1ffde0469e
Sun Apr 21 14:10:04 2002 Owen Taylor <otaylor@redhat.com> * pixbuf-rc-style.c pixbuf.h pixbuf-draw.c: Add a fake STEPPER function that is used for drawing scrollbar steppers, so that themes that want to draw the button and arrow separately can override the default handling. * pixbuf-draw.c: Remove draw_polygon() since it was just a cut-and-paste of the default one. Remove some unused code. |
||
---|---|---|
.. | ||
examples/bubble | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
pixbuf-draw.c | ||
pixbuf-main.c | ||
pixbuf-rc-style.c | ||
pixbuf-rc-style.h | ||
pixbuf-render.c | ||
pixbuf-style.h | ||
pixbuf.h | ||
README |
The code in this directory is a GTK+ theme engine based on the earlier pixmap theme engine. The config files are meant to be compatible, but instead of rendering using Imlib, it renders using GdkPixbuf. This makes the memory management much more understandable, and also allows us to use GdkPixbuf's high quality scaling. Most of the code was reworked/rewritten in the process to make it more understandable and maintainable. There are lots of bugs here, a considersable number of bugs. But it's cleaned up a great deal from the older pixmap engine. Please don't make it uglier again. Owen Taylor <otaylor@redhat.com> 6 February 2000