31 lines
787 B
C
Executable File
31 lines
787 B
C
Executable File
/* XPM */
|
|
static char * maximize_toggled_pressed_xpm[] = {
|
|
"24 24 3 1",
|
|
" c None",
|
|
". c #BFBFBF",
|
|
"+ c #858585",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
".......+++++++++++......",
|
|
".......+.........+......",
|
|
".....+++++++++++.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+.+......",
|
|
".....+.........+++......",
|
|
".....+.........+........",
|
|
".....+++++++++++........",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|