wxWidgets/samples/ribbon/square.xpm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
1.2 KiB
C
Raw Normal View History

/* XPM */
static const char *const square_xpm[] = {
"32 32 2 1",
" c magenta",
". c None",
" ",
" ",
" ",
" ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ........................ ",
" ",
" ",
" ",
" "
};