wxWidgets/samples/ribbon/align_center.xpm

22 lines
419 B
C
Raw Normal View History

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