Add a dialog showing all the existing variants of a few common controls to allow seeing at a glance how do they look. See #16247. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 lines
468 B
C
24 lines
468 B
C
/* XPM */
|
|
static const char *const variants_xpm[] = {
|
|
"16 16 4 1",
|
|
" c None",
|
|
". c #0E2CEF",
|
|
"- c #EF2C0E",
|
|
"* c #0EEF2C",
|
|
" ",
|
|
" **** ",
|
|
" **** ",
|
|
" **** ",
|
|
" **** ",
|
|
" ---- **** ",
|
|
" ---- **** ",
|
|
" ---- **** ",
|
|
" ---- **** ",
|
|
"... ---- **** ",
|
|
"... ---- **** ",
|
|
"... ---- **** ",
|
|
"... ---- **** ",
|
|
"... ---- **** ",
|
|
"... ---- **** ",
|
|
" "};
|