view gtk/minimize.xpm @ 633:87db549e79bc

Add dw_polygon_draw() to draw closed polygons. Fix bug in date items in container; date structure not initialised to zero. Add button_release as valid event in render box. Add support for transparency when bitblt'ing bitmaps from source bitmaps that have transparency. Fix off-by-one in dw_listbox_clear()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 06 Jan 2009 11:00:15 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * minimize_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 5 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c gray70",
"O	c black",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XooooooooooX..",
" XooooooooooX..",
" XooooooooooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XooooooooooX..",
" XooooooooooX..",
" XooooooooooX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};