projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Skip EVT_RIGHT_UP event in wxHtmlWindow if it wasn't handled.
[wxWidgets.git]
/
art
/
close.xpm
This page requires JavaScript to run. Use
this page
instead.
0 / 16 ( 0%)
Commit
Line
Data
1
/* XPM */
2
static const char * const close_xpm[] = {
3
"12 10 2 1",
4
" c None",
5
"X c black",
6
" ",
7
" XX XX ",
8
" XX XX ",
9
" XXXX ",
10
" XX ",
11
" XXXX ",
12
" XX XX ",
13
" XX XX ",
14
" ",
15
" "};
16