add icons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@255 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
2ba648ef74
commit
9ce8a02181
11 changed files with 996 additions and 2 deletions
43
src/icon/question.c
Normal file
43
src/icon/question.c
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/* XPM */
|
||||
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