wxWidgets/samples/widgets/icons/header.xpm
Vadim Zeitlin 64196306bc Add a very simple page showing wxHeaderCtrl in the widgets sample
This is mostly in order to test that changing font and colours works for this
control (or, rather, that currently it doesn't in wxMSW).
2016-04-17 16:03:28 +02:00

55 lines
1.5 KiB
C

/* XPM */
static const char *const header_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
" c Gray0",
". c #808000",
"X c #000080",
"o c #808080",
"O c #000000",
"+ c #808000",
"@ c #000080",
"# c none",
"$ c #808080",
"% c Red",
"& c Green",
"* c Yellow",
"= c Blue",
"- c Magenta",
"; c Cyan",
": c Gray100",
/* pixels */
" ",
" ############################## ",
" #&&&&&&&&&&&&&&&&&&&&&&&&&&&&# ",
" #&&&&&&&&&&&&&&&&&&&&&&&&&&&&# ",
" #&&&&&&&&&&&&&&&&&&&&&&&&&&&&# ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" ############################## ",
" "
};