initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
25
libs/wxWidgets-3.3.1/samples/statbar/green.xpm
Normal file
25
libs/wxWidgets-3.3.1/samples/statbar/green.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static const char *const green_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 15 4 1",
|
||||
". c Black",
|
||||
" c None",
|
||||
"o c #404040",
|
||||
"X c #00FF00",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ... ... ",
|
||||
" ..XXX.. ..ooo.. ",
|
||||
" .XXXXXXX. .ooooooo. ",
|
||||
" .XXXXXXX. .ooooooo. ",
|
||||
" .XXXXXXXXX. .ooooooooo. ",
|
||||
" .XXXXXXXXX. .ooooooooo. ",
|
||||
" .XXXXXXXXX. .ooooooooo. ",
|
||||
" .XXXXXXX. .ooooooo. ",
|
||||
" .XXXXXXX. .ooooooo. ",
|
||||
" ..XXX.. ..ooo.. ",
|
||||
" ... ... ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
Reference in New Issue
Block a user