initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
30
libs/wxWidgets-3.3.1/samples/artprov/null.xpm
Normal file
30
libs/wxWidgets-3.3.1/samples/artprov/null.xpm
Normal file
@@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static const char *const null_xpm[] = {
|
||||
"16 16 11 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"@ c #FDE4E4",
|
||||
"# c #F45C5C",
|
||||
"$ c #EF0B0B",
|
||||
"% c #F12727",
|
||||
"& c #F67878",
|
||||
"* c #FAAEAE",
|
||||
"= c #FBC9C9",
|
||||
"- c #F89393",
|
||||
"................",
|
||||
".++++++++++++++.",
|
||||
".++++++++++++++.",
|
||||
".++++@#$$%&++++.",
|
||||
".+++@%$$$$$&+++.",
|
||||
".+++&$$#*%$$+++.",
|
||||
".+++=-#+@%$%+++.",
|
||||
".++++++@%$$*+++.",
|
||||
".++++++%$%@++++.",
|
||||
".+++++*$$*+++++.",
|
||||
".+++++@**@+++++.",
|
||||
".+++++*$$*+++++.",
|
||||
".+++++*$$*+++++.",
|
||||
".+++++@**@+++++.",
|
||||
".++++++++++++++.",
|
||||
"................"};
|
||||
Reference in New Issue
Block a user