initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
45
libs/wxWidgets-3.3.1/samples/mdi/chart.xpm
Normal file
45
libs/wxWidgets-3.3.1/samples/mdi/chart.xpm
Normal file
@@ -0,0 +1,45 @@
|
||||
/* XPM */
|
||||
static const char *const chart_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 7 1",
|
||||
" c black",
|
||||
". c blue",
|
||||
"X c #008000",
|
||||
"o c #800000",
|
||||
"O c red",
|
||||
"+ c #808080",
|
||||
"@ c gray100",
|
||||
/* pixels */
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@ @@@@",
|
||||
"@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@@@",
|
||||
"@@ @@+@@+@@+@@++++@++++@@@@ +@@@",
|
||||
"@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@@@",
|
||||
"@@ @++@@+@@++@+@++@@+@@+@@@ +@@@",
|
||||
"@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@@@",
|
||||
"@@ @++@@++@@+++@@+++@@+++@@ +@@@",
|
||||
"@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@@@",
|
||||
"@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@@@",
|
||||
"@@ @ @@",
|
||||
"@@ @ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@ @ @@@@@@@@@@@@X@@@@@@@@..@ +@",
|
||||
"@@ @ @@@@@@@@@O@@X@@@@@@.@.@@ +@",
|
||||
"@@ @ @@@@@O@@@O@XX@@@@..@.@@@ +@",
|
||||
"@@ @ @O@@@O@@.O@@X@...@@@@OO@ +@",
|
||||
"@@ @ @O@@@O@@.O@XX@@@@O@@O@@@ +@",
|
||||
"@@ .O@@.O@@.O@@X@OOO@OO@@@@ +@",
|
||||
"@@@ .O@@.O@@.O@@X@@@@@@@@@@@ +@",
|
||||
"@@@@ .O@@.O@@.O@XXXXXXXXXXXX@ +@",
|
||||
"@@@@ @@@@@@@@@@@@X@@X@@X@@X@@ +@",
|
||||
"@@@@ oo@@oo@@oo@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ @@ @ @@@ @ @@ @@ +@",
|
||||
"@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ +@",
|
||||
"@@@@ +@",
|
||||
"@@@@@++++++++++++++++++++++++++@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
|
||||
};
|
||||
Reference in New Issue
Block a user