icon
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@256 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
9ce8a02181
commit
72ba706b31
8 changed files with 302 additions and 163 deletions
|
|
@ -2,42 +2,41 @@
|
|||
#include <Mw/Milsko.h>
|
||||
|
||||
/* XPM */
|
||||
char *MwIconQuestion[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 2 1 ",
|
||||
" c None",
|
||||
". c red",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ....... ",
|
||||
" ............. ",
|
||||
" ..... ...... ",
|
||||
" .... ...... ",
|
||||
" ... ...... ",
|
||||
" .... ...... ",
|
||||
" ..... ...... ",
|
||||
" ..... ...... ",
|
||||
" .. ...... ",
|
||||
" ....... ",
|
||||
" ...... ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" ...... ",
|
||||
" ..... ",
|
||||
" .... ",
|
||||
" ... ",
|
||||
" .... ",
|
||||
" .... ",
|
||||
" ..... ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" .... ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" .... ",
|
||||
" "
|
||||
};
|
||||
char* MwIconQuestion[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 2 1 ",
|
||||
" c None",
|
||||
". c red",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ....... ",
|
||||
" ............. ",
|
||||
" ..... ...... ",
|
||||
" .... ...... ",
|
||||
" ... ...... ",
|
||||
" .... ...... ",
|
||||
" ..... ...... ",
|
||||
" ..... ...... ",
|
||||
" .. ...... ",
|
||||
" ....... ",
|
||||
" ...... ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" ...... ",
|
||||
" ..... ",
|
||||
" .... ",
|
||||
" ... ",
|
||||
" .... ",
|
||||
" .... ",
|
||||
" ..... ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" .... ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" ...... ",
|
||||
" .... ",
|
||||
" "};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue