~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/wxWidgets3/art/listview.xpm

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *const listview_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 15 4 1",
 
5
"  c Black",
 
6
". c #FFFFFF",
 
7
"X c #000084",
 
8
"o c #848484",
 
9
/* pixels */
 
10
"                ",
 
11
" .............. ",
 
12
" .XXX.......... ",
 
13
" .XXX.  o   o . ",
 
14
" .XXX.......... ",
 
15
" .............. ",
 
16
" .XXX.......... ",
 
17
" .XXX.   o    . ",
 
18
" .XXX.......... ",
 
19
" .............. ",
 
20
" .XXX.......... ",
 
21
" .XXX. o    o . ",
 
22
" .XXX.......... ",
 
23
" .............. ",
 
24
"                "
 
25
};