projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.
[wxWidgets.git]
/
art
/
tick.xpm
Commit
Line
Data
421d214f
VZ
1
/* XPM */
2
static char *tick_xpm[] = {
3
/* columns rows colors chars-per-pixel */
4
"10 10 2 1",
5
". c Gray0",
6
" c None",
7
/* pixels */
8
" ",
9
" ..",
10
" ...",
11
" ... ",
12
".. ... ",
13
"... ... ",
14
" ..... ",
15
" ... ",
16
" . ",
17
" "};