projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Avoid the IsVisible assert in GetNextVisible
[wxWidgets.git]
/
contrib
/
src
/
gizmos
/
eldown.xpm
Commit
Line
Data
f55d21eb
VS
1
/* XPM */
2
static char * eldown_xpm[] = {
3
"16 16 2 1",
4
" c None",
5
". c #000000",
6
" ",
7
" ",
8
" ... ",
9
" ... ",
10
" ... ",
11
" ... ",
12
" ... ",
13
" ... ",
14
" ........... ",
15
" ......... ",
16
" ....... ",
17
" ..... ",
18
" ... ",
19
" . ",
20
" ",
21
" "};