wxWidgets/samples/ribbon/align_right.xpm

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

22 lines
397 B
C
Raw Normal View History

/* XPM */
static const char *const align_right_xpm[] = {
"16 15 2 1",
". c black",
" c None",
" ",
" ",
" .......... ",
" ",
" ...... ",
" ",
" .......... ",
" ",
" ...... ",
" ",
" .......... ",
" ",
" ...... ",
" ",
" "
};