view gtk/minimize.xpm @ 877:d3693ceec9b1

Implemented dw_listbox_set_top() for GTK3. Switched to using realpath() instead of rel2abs() in gtk_file_browse(). Cleaned up a few miscellaneous warnings. Removed some unsed MDI functions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 06 Apr 2011 07:32:28 +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..",
" ..............",
"..............."};