initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
47
libs/wxWidgets-3.3.1/demos/poem/wxpoem.xpm
Normal file
47
libs/wxWidgets-3.3.1/demos/poem/wxpoem.xpm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
static const char *const wxpoem_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"32 32 9 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c #800000",
|
||||
"+ c #008000",
|
||||
"@ c #808000",
|
||||
"# c #c0c0c0",
|
||||
"$ c #ff0000",
|
||||
"% c #00ff00",
|
||||
"& c #ffff00",
|
||||
"* c #0000ff",
|
||||
/* pixels */
|
||||
" **** ",
|
||||
" ********&&* ",
|
||||
" ******&&&&&&&&&&&&*** ",
|
||||
" *****&&&&&&&&&&&&&&&&&&&* ",
|
||||
" **************************** ",
|
||||
" *&&&&&&&&&&&&&&&&&&&&&&&&&&* ",
|
||||
" *&************************&* ",
|
||||
" *&************************&* ",
|
||||
" *&************************&* ",
|
||||
" *&*&&&@*@&@*@&&*@&@&@*@&@*&* ",
|
||||
" *&*&**&*&*&*&***&*&*&*&***&* ",
|
||||
" *&*&&&@*&*&*&&**&*&*&*&&@*&* ",
|
||||
" *&*&****&*&*&***&*&*&***&*&* ",
|
||||
" *&*&****&*&*&***&***&***&*&* ",
|
||||
" *&*&****@&@*@&&*&***&*@&@*&* ",
|
||||
" *&************************&* ",
|
||||
" *&************************&* ",
|
||||
" *&************************&* ",
|
||||
" *&*****$$$****************&* ",
|
||||
" *&***...$$$$**************&* ",
|
||||
" *&***$$....$**************&* ",
|
||||
" *&****$$$$..******%++*****&* ",
|
||||
" *&****$$$$$.%%**+%+%%*****&* ",
|
||||
" *&******$$$**%%*%+%%+*****&* ",
|
||||
" *&*************%+%%%******&* ",
|
||||
" *&**************%%%*******&* ",
|
||||
" *&****************%%%*****&* ",
|
||||
" *&******************%%****&* ",
|
||||
" *&&&&&&&&&&&&&&&&&&&&%%&&&&* ",
|
||||
" ***********************%%*** ",
|
||||
" %% ",
|
||||
" #%% "};
|
||||
Reference in New Issue
Block a user