Readded wxPlotWindow as external lib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
34
contrib/include/wx/plot/plot_enl.xpm
Normal file
34
contrib/include/wx/plot/plot_enl.xpm
Normal file
@@ -0,0 +1,34 @@
|
||||
/* XPM */
|
||||
static char *plot_enl_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 20 8 1",
|
||||
" c Gray0",
|
||||
". c #000084",
|
||||
"X c Blue",
|
||||
"o c Green",
|
||||
"O c #848484",
|
||||
"+ c #c6c6c6",
|
||||
"@ c None",
|
||||
"# c Gray100",
|
||||
/* pixels */
|
||||
"@@.@@@@@@@@@@@@@@@@@",
|
||||
"@...@@@@@@@+@@@@@@@@",
|
||||
".@.@.@@@@@+ +@@@@@@@",
|
||||
"@@.@@@@@@+ o +@@@@@@",
|
||||
"@@.@@@@@+ ooo +@@@@@",
|
||||
"@@.@@@@@ o @@@@@",
|
||||
"@@.@@@@++++o +++@@@@",
|
||||
"@@.@@....@@ @@@@@@@",
|
||||
"@@.@.O@@@.O@@@@@@@@@",
|
||||
"@@.O.@@@@@.@@@@@@@.@",
|
||||
"@@..@@@@@@@.@@@@@.O@",
|
||||
"@@.@@@@@@@@O.@@@.O@@",
|
||||
"@@.@@@@@@@@@O...O@@@",
|
||||
"@@.@@@@@@@@ @@@@@@@",
|
||||
"@@.@@@@++++o +++@@@@",
|
||||
"@@.@@@@@ o @@@@@",
|
||||
"@@.@@@@@+ ooo +@@@@@",
|
||||
"@@.@@@@@@+ o +@@@@@@",
|
||||
"@@.@@@@@@@+ +@@@@@@@",
|
||||
"@@@@@@@@@@@+@@@@@@@@",
|
||||
};
|
Reference in New Issue
Block a user