projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Revert Ron's removal of the reserved functions.
[wxWidgets.git]
/
art
/
tick.xpm
Commit
Line
Data
f686d8ad
VZ
1
/* XPM */
\r
2
static char *tick_xpm[] = {
\r
3
/* columns rows colors chars-per-pixel */
\r
4
"10 10 2 1",
\r
5
". c Gray0",
\r
6
" c None",
\r
7
/* pixels */
\r
8
" ",
\r
9
" ..",
\r
10
" ...",
\r
11
" ... ",
\r
12
".. ... ",
\r
13
"... ... ",
\r
14
" ..... ",
\r
15
" ... ",
\r
16
" . ",
\r
17
" "};
\r