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_restorebutton.xpm

31 lines
575 B

/* XPM */
#ifndef _WIN_RESTOREBUTTON_XPM_
#define _WIN_RESTOREBUTTON_XPM_
static const char *win_restorebutton[] = {
/* 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#.",
"baaaa......aaa#.",
"baaaa......aaa#.",
"baaaa.aaaa.aaa#.",
"baa......a.aaa#.",
"baa......a.aaa#.",
"baa.aaaa...aaa#.",
"baa.aaaa.aaaaa#.",
"baa.aaaa.aaaaa#.",
"baa......aaaaa#.",
"baaaaaaaaaaaaa#.",
"b##############.",
"................"
};
#endif