]>
Commit | Line | Data |
---|---|---|
d7463f75 JS |
1 | runTwice = yes |
2 | titleFontSize = 12 | |
3 | authorFontSize = 10 | |
4 | chapterFontSize = 12 | |
5 | sectionFontSize = 12 | |
6 | subsectionFontSize = 12 | |
7 | headerRule = yes | |
8 | footerRule = yes | |
9 | useHeadingStyles = yes | |
10 | contentsDepth = 2 | |
11 | listItemIndent=40 | |
12 | winHelpContents = yes | |
13 | winHelpVersion = 4 ; 3 for Windows 3.x, 4 for Windows 95 | |
14 | generateHPJ = yes | |
15 | htmlBrowseButtons = bitmap | |
16 | winHelpTitle = "wxWindows Configuration Tool" | |
17 | truncateFilenames = no | |
18 | htmlIndex = yes | |
19 | htmlFrameContents = no | |
20 | ;; | |
21 | ;; These two are for generating MS HTML Help project, contents and index files. | |
22 | ;; | |
23 | htmlWorkshopFiles = true | |
24 | htmlIndex = true | |
25 | ||
26 | ; Finally, a way to specify face names | |
27 | htmlFaceName = "Arial, Lucida, Helvetica" | |
28 | ||
29 | ;; For customizing help: make macros empty to disable text for specific | |
30 | ;; versions | |
31 | ||
32 | \ctfullversiononly [1] {#1} | |
33 | %\ctfullversiononly [1] {} | |
34 | \ctgiftversiononly [1] {} | |
35 | %\ctgiftversiononly [1] {#1} | |
36 | \ctcustomversiononly [1] {#1} | |
d9a41dfe | 37 | \ctversion [0] {1.02} |
d7463f75 JS |
38 | \ctname [0] {wxWindows Configuration Tool} |
39 | \ctshortname [0] {Configuration Tool} | |
40 | \cttitle [0] {\ctname \ctversion} | |
41 | \cturl [0] {http://www.wxwindows.org} |