You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/lib/compatibility/tdemdi/qextmdi/res/win_maxbutton.xpm

31 lines
563 B

/* XPM */
#ifndef _WIN_MAXBUTTON_XPM_
#define _WIN_MAXBUTTON_XPM_
static const char *win_maxbutton[] = {
/* width height num_colors chars_per_pixel */
" 16 14 4 1",
/* colors */
". c #000000",
"# c #808080",
"a c None",
"b c #ffffff",
/* pixels */
"bbbbbbbbbbbbbbb.",
"baaaaaaaaaaaaa#.",
"baa.........aa#.",
"baa.........aa#.",
"baa.aaaaaaa.aa#.",
"baa.aaaaaaa.aa#.",
"baa.aaaaaaa.aa#.",
"baa.aaaaaaa.aa#.",
"baa.aaaaaaa.aa#.",
"baa.aaaaaaa.aa#.",
"baa.........aa#.",
"baaaaaaaaaaaaa#.",
"b##############.",
"................"
};
#endif