Set to 1 to: - provide different icons. - add an open file icon for the toolbar. - use a flat toolbar style. - show a file selector if no file was given on the command line. - remove 'Help:' from the title bar. Set to 0 to revert to previous behaviour. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
487 B
C
26 lines
487 B
C
/* XPM */
|
|
static char * helpbook_xpm[] = {
|
|
"16 16 6 1",
|
|
" c None",
|
|
". c Black",
|
|
"X c #000080",
|
|
"o c #c0c0c0",
|
|
"O c #808080",
|
|
"+ c Gray100",
|
|
" ",
|
|
" .. ",
|
|
" ..XX. ",
|
|
" ..XXXXX. ",
|
|
" ..XXXXXXXX. ",
|
|
".oXXXXXXXXXX. ",
|
|
".XoXXXXXXXXXX. ",
|
|
".XXoXXXXXXXXXX. ",
|
|
".XXXoXXXXXXXXX..",
|
|
".XXXXoXXXXXX..O ",
|
|
" .XXXXoXXX..O+O ",
|
|
" .XXXXo..O++o..",
|
|
" .XXX.O+++o.. ",
|
|
" .XX.o+o.. ",
|
|
" .X.o.. ",
|
|
" ... "};
|