Add a fake STEPPER function that is used for drawing scrollbar steppers,

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.
This commit is contained in:
Owen Taylor
2002-04-21 19:00:52 +00:00
committed by Owen Taylor
parent 06008057b6
commit 1ffde0469e
4 changed files with 108 additions and 171 deletions

View File

@ -74,6 +74,7 @@ enum
TOKEN_D_SLIDER,
TOKEN_D_ENTRY,
TOKEN_D_HANDLE,
TOKEN_D_STEPPER,
TOKEN_TRUE,
TOKEN_FALSE,
TOKEN_TOP,