- /* XPM */
- static char * bottom_right_inactive_xpm[] = {
- "20 20 5 1",
- " c None",
- ". c #000000 s inactive_border_color",
- "+ c #FFFFFF s inactive_hilight_2",
- "@ c #CCCCC7 s inactive_color_2",
- "# c #919189 s inactive_shadow_2",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- "................+@#.",
- "+++++++++++++++++@#.",
- "@@@@@@@@@@@@@@@@@@#.",
- "###################.",
- "...................."};
|