]> git.saurik.com Git - wxWidgets.git/blob - utils/configtool/docs/manual/configtool.tex
Renamed Platform -> Target
[wxWidgets.git] / utils / configtool / docs / manual / configtool.tex
1 \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}%
2 \twocolwidtha{4cm}%
3 \definecolour{black}{0}{0}{0}%
4 \definecolour{cyan}{0}{255}{255}%
5 \definecolour{green}{0}{255}{0}%
6 \definecolour{magenta}{255}{0}{255}%
7 \definecolour{red}{255}{0}{0}%
8 \definecolour{blue}{0}{0}{200}%
9 \definecolour{yellow}{255}{255}{0}%
10 \definecolour{white}{255}{255}{255}%
11 %\input{psbox.tex}
12 \newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}%
13 \newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}%
14 \newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}%
15 \newcommand{\indexit}[1]{#1\index{#1}}%
16 \newcommand{\inioption}[1]{{\tt #1}\index{#1}}%
17 \parskip=10pt%
18 \parindent=0pt%
19 \title{\cttitle}%
20 \author{(c) Julian Smart, 2003}%
21 \makeindex%
22 \begin{document}%
23 %\maketitle%
24 \begin{center}
25 \image{}{logo.gif}
26
27 {\large {\bf Version \ctversion}}
28
29 (c) Julian Smart
30 \end{center}
31
32 \pagestyle{fancyplain}%
33 \bibliographystyle{plain}%
34 \pagenumbering{arabic}%
35 \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}%
36 \setfooter{\thepage}{}{}{}{}{\thepage}%
37 \tableofcontents%
38
39
40 \chapter{Welcome to \ctshortname}%
41 \setheader{{\it Welcome}}{}{}{}{}{{\it Welcome}}%
42 \setfooter{\thepage}{}{}{}{}{\thepage}%
43
44 Welcome to \ctname, the easy way to configure wxWindows.
45 Instead of tweaking a setup.h file, or typing a long configure
46 command, you can now check and uncheck options in a convenient
47 GUI tool, read the relevant reference document for each
48 option, and save the setup.h file or configure command file.
49
50 \begin{itemize}\itemsep=0pt
51 \item For release information, please see \helpref{Release Notes}{releasenotes}.
52 \item For a tour of the main windows in \ctshortname, please see the \helpref{User Interface}{documentui} section.
53 %\item For a quick tutorial, go straight to \helpref{Getting Started}{gettingstarted}.
54 \item For tips and troubleshooting, see the \helpref{How To}{howto} section.
55 \end{itemize}
56
57 \chapter{Contacts}%
58 \setheader{{\it Contacts}}{}{}{}{}{{\it Contacts}}%
59 \setfooter{\thepage}{}{}{}{}{\thepage}%
60
61 The \ctname home page is at:
62
63 {\tt \cturl}
64
65 For help with \ctshortname or to report bugs,
66 please go to the wxWindows web site.
67
68 \section{Credits}
69
70 \begin{center}
71 {\bf (c) 2003 Julian Smart, Anthemion Software}\hrule
72
73 {\it Designed by}
74
75 {\bf Julian Smart}
76
77 {\it Programmed by}
78
79 {\bf Julian Smart}
80
81 {\it Additional programming by}
82
83 {\bf The wxWindows development team}
84
85 \end{center}
86
87 \chapter{Installation}%
88 \setheader{{\it Installation}}{}{}{}{}{{\it Installation}}%
89 \setfooter{\thepage}{}{}{}{}{\thepage}%
90
91 {\bf On Windows:}
92
93 Please run the installation program. This will create a program
94 folder called \ctname (or other name if you have chosen a different name). This
95 folder can be accessed via the Start menu under Programs. The
96 folder contains shortcuts to the program, help file, and Uninstall program.
97
98 You can uninstall \ctshortname either by double-clicking the Uninstall \ctshortname icon
99 in the \ctname group, or by invoking the Windows Control Panel,
100 double-clicking on Add/Remove Programs, and then choosing the \ctshortname item.
101
102 {\bf On Linux:}
103
104 Unarchive wxconfigtool-x.xx.tar.gz to a suitable location
105 in your filesystem. A directory of the form wxconfigtool-x.xx
106 (where x.xx is the version number) will be created.
107
108 Add the location to your PATH and run the application with
109 'wxconfigtool'. You may wish to set the environment variable
110 WXCONFIGTOOLDIR so that wxWindows Configuration Tool can find its data files.
111
112 For example:
113
114 \begin{verbatim}
115 % cd ~
116 % tar xvfz wxconfigtool-1.01.tar.gz
117 % export WXCONFIGTOOLDIR=`pwd`/wxconfigtool-1.01
118 % export PATH=$PATH:$WXCONFIGTOOLDIR
119 % wxconfigtool
120 \end{verbatim}
121
122 If you don't want to change your PATH, you could place a
123 script in a location already on your PATH, such as
124 /usr/local/bin. For example:
125
126 \begin{verbatim}
127 #!/bin/sh
128 # Invokes wxWindows Configuration Tool
129 export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
130 $WXCONFIGTOOLDIR/wxconfigtool $*
131 \end{verbatim}
132
133 {\bf On Mac:}
134
135 Download and unarchive the HQX file, and drag the wxWindows Configuration Tool folder to an appropriate location
136 on your hard disk. Then double-click on the 'wxconfigtool' executable.
137
138 \chapter{Release notes}\label{releasenotes}%
139 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
140 \setfooter{\thepage}{}{}{}{}{\thepage}%
141
142 For licencing information, please see
143 the licence files in the installation directory:
144
145 \begin{itemize}\itemsep=0pt
146 \item licendoc.txt
147 \item gpl.txt
148 \item lgpl.txt
149 \item preamble.txt
150 \end{itemize}
151
152 \section{What's New?}\label{whatsnew}
153
154 {\bf Version 1.02, June 16th 2003}
155
156 \begin{itemize}\itemsep=10pt
157 \item The <b>Platform</b> group has been renamed
158 <b>Target</b>, since there can be multiple targets
159 per platform.
160 \item The Windows/Universal target has been added.
161 \end{itemize}
162
163 {\bf Version 1.01, June 14th 2003}
164
165 \begin{itemize}\itemsep=10pt
166 \item Added Find facility.
167 \end{itemize}
168
169 {\bf Version 1.0, June 11th 2003}
170
171 \begin{itemize}\itemsep=10pt
172 \item Initial version.
173 \end{itemize}
174
175 \section{Known issues}\label{knownissues}
176
177 The following problems are known to exist:
178
179 \begin{itemize}\itemsep=10pt
180 \item No issues as yet.
181 \end{itemize}
182
183 \section{To Do}\label{todo}
184
185 There are many things that could be done to make
186 this tool more useful, including the following.
187
188 \begin{itemize}\itemsep=10pt
189 \item Allow full platform-specific dependency specification
190 as mentioned in \helpref{How to specify platform-specific dependencies}{platformdependencies}.
191 \item Allow \ctshortname to invoke configure and make, with an output
192 window showing build status.
193 \item Distinguish between template files and settings file; allow
194 application of template files to settings files, and vice versa.
195 \item Implement support for string, integer, float settings.
196 \item Write a configuration browser.
197 \item Add description, date and author information to the settings file.
198 \item Command-line mode with ability to change settings from
199 the command-line. Just like configure :-)
200 \item Decide on standard location for settings files.
201 \item Integrate with new (and old?) build systems.
202 \item Allow customization of font and colour.
203 \item Show all calculated dependencies for each config item.
204 \item Add a search facility.
205 \end{itemize}
206
207 \section{Differences between Windows, Linux and Mac versions}\label{platformdifferences}
208
209 Although every effort has been made to make wxWindows Configuration Tool work
210 the same way on different environments, some small differences
211 are inevitable.
212
213 \begin{itemize}\itemsep=10pt
214 \item Screenshots illustrate the Windows version; the Linux
215 and Mac windows and dialogs will be slightly different, but with equivalent
216 functionality.
217 \item Dialogs under Windows often have a '?' button on the title
218 bar, for context-sensitive help. Under Linux, this button is
219 on the dialog itself, usually near the OK or Close button.
220 On the Mac, context-sensitive help is not yet supported.
221 \item Under Linux, online help invoked from the {\bf Help} button
222 in modal dialogs is itself modal. That is, you have to quit
223 the help window to return to the dialog. On Windows, you can
224 switch back to the dialog without quitting the help viewer.
225 \item On Windows and Linux, context menus are invoked with
226 right-click. On Mac, use control-click.
227 \end{itemize}
228
229 \chapter{\ctshortname user interface}\label{documentui}%
230 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
231 \setfooter{\thepage}{}{}{}{}{\thepage}%
232
233 This section describes the main elements of the \ctname user interface.
234
235 The \ctshortname main window looks like this:
236
237 \begin{center}
238 \image{}{screen01.png}
239 \end{center}
240
241 \section{Menubar}
242
243 %\image{}{menubar.gif}
244
245 The \helpref{menubar}{menubarcommands} allows you to perform many functions
246 such as loading and saving files, creating new configuration items,
247 undo/redo, invoking help, and so on. Try to remember the keyboard shortcuts that are
248 displayed next to the menu item labels - they can save you a lot of time
249 and make your \ctshortname experience more natural and enjoyable.
250
251 \section{Main toolbar}
252
253 %\image{}{toolbar.gif}
254
255 The main toolbar gives quick access to commonly-used commands.
256 If you hold your mouse pointer over the toolbar buttons, a tooltip pops up with a short description
257 of the button's function.
258
259 You can choose to hide the toolbar altogether
260 using the {\bf View | Show Toolbar} menu command.
261
262 You can find out more about in the \helpref{toolbar commands}{toolbarcommands} topic.
263
264 \section{Configuration window}
265
266 %\image{}{configwindow.gif}
267
268 The biggest area of \ctshortname is taken up by the configuration window.
269
270 On the left is a hierarchy of settings that can be customized.
271 You can check and uncheck most settings, but you will find that
272 many settings are disabled because they depend on other settings
273 being enabled (or disabled).
274
275 As an end user, you will probably only want to enable or disable
276 options, but it's possible you may wish to update the structure
277 of the settings file itself. In which case you can use the
278 {\bf Edit} menu to add, remove, or rename items; and you can
279 add custom properties to an item, but this is usually only
280 useful for a developer of the tool to do.
281
282 Undo/Redo can be applied to most editing commands, but (currently) not
283 enabling and disabling operations.
284
285 There are three tabs in the main window: {\bf Properties}, {\bf Setup.h},
286 and {\bf Configure}. The Properties tab contains the properties
287 for the selected option. Setup.h shows the setup file,
288 and there are buttons to allow you to copy the file to the clipboard
289 and regenerate the file. Similarly, the Configure tab shows
290 the script that will invoke configure.
291
292 The property editor allows you to show detailed information
293 about the option. A description for each property is shown
294 when you click on the property. You can also edit property values,
295 either by clicking and typing, or by double-clicking or clicking
296 on the {\bf Edit...} button. If a special editor is defined for
297 the property type, it will be shown.
298
299 You can invoke help for the selected option, by clicking
300 on the question mark toolbar button or the {\bf Help | Configuration Item Help} menu
301 item. If there is a help topic defined for the option, the
302 wxWindows reference manual will be opened at that topic.
303
304 \begin{comment}
305 \chapter{Getting started: a step-by-step guide}\label{gettingstarted}%
306 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
307 \setfooter{\thepage}{}{}{}{}{\thepage}%
308
309 This section will quickly get you up and running with \ctshortname. Click
310 on \helpref{Step 1}{step1} to start. If you are
311 using a Mac, please interpret 'left-click' to mean 'click', and
312 'right-click' to mean 'control-click'.
313
314 \section{Step 1: creating a new configuration}\label{step1}
315
316 When you run \ctshortname for the first time, you are presented with an
317 empty configuration window.
318
319 Go to \helpref{Step 2}{step2} to learn how to do the next thing.
320
321 \section{Step 2: doing something else}\label{step2}
322
323 Go to \helpref{Step 3}{step3} to learn how to do a third thing.
324
325 \section{Step 3: a third thing}\label{step3}
326
327 Go to \helpref{Step 4}{step4} to learn about saving your document and reloading it.
328
329 \section{Step 4: saving and loading documents}\label{step4}
330
331 You may wish to save a document, so you can come back to it later. Click on {\bf File | Save} or
332 the \image{}{save.png} toolbar button. The first time you save the file, you will be prompted
333 for a filename: you can accept the default one provided, or choose another.
334
335 To reload the document, click on {\bf File | Open...} or the \image{}{open.gif} toolbar button.
336 If you are working on another document, you will be prompted to save it first.
337
338 Go to \helpref{Step 5: generating configurations}{step5}
339
340 \section{Step 5: generating configurations}\label{step5}
341
342 Todo.
343
344 Go to \helpref{Step 6: where next?}{step6}
345
346 \section{Step 6: where next?}\label{step6}
347
348 Congratulations! You have learnt how to create, edit, save, and load configuration
349 files.
350
351 To get to know \ctshortname more thoroughly, here are some further things you
352 can do.
353
354 \begin{itemize}
355 \item Read the \helpref{How To}{howto} section.
356 \item Use the help facilities: most dialogs have a {\bf Help} button for a general description, and they
357 also have a {\bf "?"} button for getting information on individual controls on a dialog.
358 \item Explore the menubar and the menus that appear when you right-click over
359 the window background and individual cards.
360 \end{itemize}
361
362 \end{comment}
363
364 \chapter{Using menubar commands}\label{menubarcommands}%
365 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
366 \setfooter{\thepage}{}{}{}{}{\thepage}%
367
368 %\image{}{menubar.gif}
369
370 This section describes the menubar commands. Commands
371 that are not available in the current context are disabled (shown in grey).
372
373 \section{File menu}
374
375 The File menu shows commands that are mostly related to working
376 with files.
377
378 \begin{twocollist}\itemsep=0pt
379 \twocolitem{{\bf New...} (Ctrl+N)}{Creates a new \ctshortname document.}
380 \twocolitem{{\bf Open...} (Ctrl+O)}{Opens an existing document.}
381 \twocolitem{{\bf Close} (Ctrl+W)}{Closes the current document.}
382 \twocolitem{\hrule}{\htmlonly{\hrule}}
383 \twocolitem{{\bf Save} (Ctrl+S)}{Saves the current document.}
384 \twocolitem{{\bf Save As...}}{Saves the current document under a new name.}
385 \twocolitem{\hrule}{\htmlonly{\hrule}}
386 \twocolitem{{\bf Save Setup.h...} (Ctrl+H)}{Saves the generated setup.h file in the specified location.}
387 \twocolitem{{\bf Save Configure Script...} (Ctrl+G)}{Saves the generated script containing a configure command in the specified location.}
388 \twocolitem{\hrule}{\htmlonly{\hrule}}
389 \twocolitem{{\bf Exit} (Alt+F4)}{Exits the program.}
390 \end{twocollist}
391
392 \section{Edit menu}
393
394 The Edit menu shows commands that are related to editing
395 document elements.
396
397 \twocolwidtha{5cm}
398 \begin{twocollist}\itemsep=0pt
399 \twocolitem{{\bf Undo} (Ctrl+Z)}{Undoes the last undoable action.}
400 \twocolitem{{\bf Redo} (Ctrl+Y)}{Redoes the last redoable action.}
401 \twocolitem{\hrule}{\htmlonly{\hrule}}
402 \twocolitem{{\bf Cut} (Ctrl+T)}{Cuts the selected option and places it on the clipboard.}
403 \twocolitem{{\bf Copy} (Ctrl+C)}{Copies the selected option.}
404 \twocolitem{{\bf Paste} (Ctrl+V)}{Pastes an option from the clipboard to the position. Whether the
405 option is pasted as a child or sibling of the selection is determined by whether
406 the selection is a folder or not. If you want finer control, right-click on the
407 item in the tree control and select one of the paste commands.}
408 \twocolitem{\hrule}{\htmlonly{\hrule}}
409 \twocolitem{{\bf Add Option}}{Shows a menu for adding one of several option types.}
410 \twocolitem{\hrule}{\htmlonly{\hrule}}
411 \twocolitem{{\bf Custom Property}}{Shows a menu for adding, editing or deleting a custom option property.}
412 \twocolitem{\hrule}{\htmlonly{\hrule}}
413 \twocolitem{{\bf Delete Option}}{Deletes the selected option.}
414 \twocolitem{{\bf Rename Option}}{Shows a dialog for renaming the selected option.}
415 \twocolitem{\hrule}{\htmlonly{\hrule}}
416 \twocolitem{{\bf Find...}}{Shows the Find dialog, allowing you to search for text
417 within name, description and notes for each item.}
418 \end{twocollist}
419
420 \section{View menu}
421
422 The View menu gives you commands related to showing or hiding windows
423 and various other preferences.
424
425 \twocolwidtha{5cm}
426 \begin{twocollist}\itemsep=0pt
427 \twocolitem{{\bf Show Toolbar}}{Shows or hides the toolbar, beneath the menubar.}
428 \twocolitem{\hrule}{\htmlonly{\hrule}}
429 \twocolitem{{\bf Settings...} (Ctrl+T)}{Shows the \helpref{Settings Dialog}{settingsdialog}, which
430 relate to application-wide settings.}
431 \end{twocollist}
432
433 \section{Help menu}
434
435 The Help menu gives you commands related to getting help.
436
437 \twocolwidtha{5cm}
438 \begin{twocollist}\itemsep=0pt
439 \twocolitem{{\bf Contents}}{Invokes the on-line help, showing the contents page.}
440 \twocolitem{{\bf wxWindows Help Contents}}{Invokes the on-line wxWindows reference manual, showing the contents page.}
441 \twocolitem{\hrule}{\htmlonly{\hrule}}
442 \twocolitem{{\bf Configuration Option Help} (F1)}{Invokes the on-line wxWindows reference manual at the topic for the selected option (if a topic
443 is defined).}
444 \twocolitem{{\bf What's This?}}{Click to get help on a window or configuration option.}
445 \twocolitem{\hrule}{\htmlonly{\hrule}}
446 \twocolitem{{\bf About...}}{Displays a dialog giving a brief description of the program.}
447 \end{twocollist}
448
449 \chapter{Using context menu commands}\label{contextmenucommands}%
450 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
451 \setfooter{\thepage}{}{}{}{}{\thepage}%
452
453 This section describes the context menu commands available when you right-click.
454 On the Mac, this is achieved with control-click.
455
456 \section{Configuration tree context menu}
457
458 This menu is shown when you right-click over the configuration tree window background.
459 On the Mac, this is achieved with control-click.
460
461 \twocolwidtha{5cm}
462 \begin{twocollist}\itemsep=0pt
463 \twocolitem{{\bf Paste before this option}}{Pastes the clipboard option before the clicked-on option.}
464 \twocolitem{{\bf Paste after this option}}{Pastes the clipboard option after the clicked-on option.}
465 \twocolitem{{\bf Paste as child of this option}}{Pastes the clipboard option as a child of the clicked-on option,
466 if it is a group option.}
467 \twocolitem{\hrule}{\htmlonly{\hrule}}
468 \twocolitem{{\bf C&opy}}{Copies the clicked-on option to the internal clipboard.}
469 \twocolitem{{\bf Cu&t}}{Copies the clicked-on option to the internal clipboard, and
470 deletes the option from the tree.}
471 \end{twocollist}
472
473 \chapter{Using toolbar commands}\label{toolbarcommands}%
474 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
475 \setfooter{\thepage}{}{}{}{}{\thepage}%
476
477 This section describes the toolbar commands.
478
479 %\image{}{toolbar.gif}
480
481 The toolbar provides quick access to commonly-used
482 commands.
483
484 \twocolwidtha{5cm}
485 \begin{twocollist}\itemsep=0pt
486 \twocolitem{\image{}{new.png}{\bf New Document}}{Creates a new document.}
487 \twocolitem{\image{}{open.png}{\bf Open Document}}{Opens an existing document, closing the currently open document.}
488 \twocolitem{\image{}{save.png}{\bf Save Document}}{Saves the current document.}
489 \twocolitem{\hrule}{\htmlonly{\hrule}}
490 \twocolitem{\image{}{undo.png}{\bf Undo}}{Undoes the last command.}
491 \twocolitem{\image{}{redo.png}{\bf Redo}}{Redoes the last command.}
492 \twocolitem{\hrule}{\htmlonly{\hrule}}
493 \twocolitem{\image{}{copy.png}{\bf Copy}}{Copies the selected option to an internal clipboard.}
494 \twocolitem{\image{}{cut.png}{\bf Cut}}{Cuts the selected option and copies it to the internal clipboard..}
495 \twocolitem{\image{}{paste.png}{\bf Paste}}{Pastes the option from the clipboard to the configuration tree.}
496 \twocolitem{\hrule}{\htmlonly{\hrule}}
497 \twocolitem{\image{}{help.png}{\bf Help}}{Shows the wxWindows manual topic for the
498 \twocolitem{\image{}{helpcs.png}{\bf Context Help}}{Shows a context-sensitive help
499 cursor; click on a window to show brief help about that window.}
500 selected configuration item.}
501 \end{twocollist}
502
503 \chapter{Using dialogs}\label{dialogs}%
504 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
505 \setfooter{\thepage}{}{}{}{}{\thepage}%
506
507 Most dialogs have a {\bf "?"} button on their caption to provide context-sensitive help.
508 Click on this and then on a control
509 in a dialog to get quick help on that control. You can also click on the {\bf Help} button
510 for more detailed help on the dialog.
511
512 \section{Settings dialog}\label{settingsdialog}
513
514 This dialog has a number of tabs to allow you to
515 edit different categories of settings that are applicable
516 to the application as a whole.
517
518 \subsection{General settings dialog}\label{generalapplicationsettingsdialog}
519
520 The General Settings Dialog allows you to set a variety of \ctshortname options.
521
522 \twocolwidtha{5cm}
523 \begin{twocollist}\itemsep=0pt
524 \twocolitem{{\bf Load last document on startup}}{If checked, the last viewed document will
525 be reloaded when \ctshortname starts up.}
526 % If the application terminated abnormally, this
527 %option will be switched off the next time \ctshortname runs in case there was a problem with
528 %the document file.}
529 %\twocolitem{{\bf Auto-save document}}{If checked, \ctshortname will regularly
530 %save the document to a temporary file. If \ctshortname or the operating system
531 %should terminate abnormally, the next time \ctshortname is run it will
532 %check for an auto-save file and ask if you wish to open that file.}
533 %\twocolitem{{\bf Show welcome dialog on startup}}{If checked, the \helpref{Welcome Dialog}{welcomedialog} will
534 %be shown on startup.}
535 \twocolitem{{\bf Show tooltips}}{If checked, tooltips will be shown in most dialogs, when you hover
536 the mouse pointer over a control.}
537 \end{twocollist}
538
539 \subsection{Location settings dialog}\label{locationsettingsdialog}
540
541 The Location Settings Dialog allows you to choose various locations.
542
543 \twocolwidtha{5cm}
544 \begin{twocollist}\itemsep=0pt
545 \twocolitem{{\bf wxWindows hierarchy}}{This determines where \ctshortname will look
546 when prompting for filenames.}
547 \twocolitem{{\bf Use WXWIN environment variable}}{Check this to use
548 the value of the WXWIN variable instead of the path entered in the text field.}
549 \end{twocollist}
550
551 \chapter{Using keyboard shortcuts}\label{keyboardshortcuts}%
552 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
553 \setfooter{\thepage}{}{}{}{}{\thepage}%
554
555 You can make your \ctshortname experience even smoother by
556 using handy keyboard shortcuts. Note that some shortcuts are
557 dependent on context: that is, which control has the focus.
558
559 \twocolwidtha{3cm}
560 \begin{twocollist}\itemsep=0pt
561 \twocolitem{{\bf Ctrl + C}}{Copies the selected option to the clipboard.}
562 \twocolitem{{\bf Ctrl + H}}{Saves the setup.h file.}
563 \twocolitem{{\bf Ctrl + G}}{Saves the configure script file.}
564 \twocolitem{{\bf Ctrl + N}}{Creates a new \ctshortname file.}
565 \twocolitem{{\bf Ctrl + O}}{Opens a \ctshortname file.}
566 \twocolitem{{\bf Ctrl + S}}{Saves the current \ctshortname document.}
567 \twocolitem{{\bf Ctrl + T}}{Shows the \helpref{Settings Dialog}{settingsdialog}.}
568 \twocolitem{{\bf Ctrl + V}}{Pastes the option on the clipboard (if any) to the configuration tree.}
569 \twocolitem{{\bf Ctrl + W}}{Closes the current \ctshortname document.}
570 \twocolitem{{\bf Ctrl + X}}{Cuts the selected option and copies it to the clipboard.}
571 \twocolitem{{\bf Ctrl + Y}}{Redoes the previously undone edit.}
572 \twocolitem{{\bf Ctrl + Z}}{Undoes the previous edit.}
573 \twocolitem{{\bf F1}}{Shows the online help for the selected item.}
574 \twocolitem{{\bf Alt + F4}}{Closes \ctshortname.}
575 \end{twocollist}
576
577 \chapter{Reference}\label{reference}%
578 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
579 \setfooter{\thepage}{}{}{}{}{\thepage}%
580
581 \section{The dependency evaluation algorithm}
582
583 \ctshortname pre-calculates a list of all dependencies
584 for each option -- this is a kind of reverse-pointer version
585 of all the dependencies associated with each item. So
586 if option {\bf a} has a {\bf requires} option specifying
587 {\bf b}, then {\bf b} will end up with a dependency list
588 containing {\bf a} and any other options that refer to it.
589
590 When the user enables or disables an option ({\bf b}),
591 the list of dependencies for that option is visited,
592 and for each mentioned option ({\bf a}), all its dependency information
593 is evaluated. This may result in the option {\bf a} being
594 (de)selected and perhaps deactivated (made insensitive).
595
596 The results of this change are propagated to dependents of
597 {\bf a}, recursively, so several options may flip state
598 as the result of checking the original option.
599
600 The parent-child relationship of a check or radio
601 group and its children is considered to be a virtual
602 'requires' dependency. Mutual exclusivity is also
603 taken into account if the option is a radio option
604 or group. For each radio option, all other mutually
605 exclusive options need to be listed. See the
606 {\bf Target} group for an example of this.
607
608 \section{How \ctshortname generates the configure commands}
609
610 If the {\bf configure} property isn't empty,
611 \ctshortname will output the string as a parameter
612 to configure.
613
614 The configure command is taken to be the command to
615 use if the option is checked. If the option is
616 unchecked, the 'enable' or 'with' is replaced with
617 'disable' or 'without'.
618
619 TODO: should we distinguish between the case
620 where a setting is not passed to configure (using
621 the default), versus the case where it's specified but disabled?
622 It's probably a good idea to make all the options
623 explicit, but on the other hand it makes for a very long
624 command line.
625
626 \ctshortname checks for the presence of a
627 {\bf builtin} custom boolean property and appends 'builtin' or
628 'sys' to the configure command depending on where
629 the {\bf builtin} setting is checked or unchecked.
630 We also allow for passing strings, e.g. for --with-rpath=DIR,
631 by using the {\bf value} custom string property.
632
633 \section{How \ctshortname generates the setup.h file}
634
635 The {\bf Target} group is ignored. In all other
636 cases, if the setting is prefixed by wxUSE_...
637 and it's a boolean setting, \ctshortname will
638 output 1 or 0 depending on the setting state.
639
640 A few settings that don't have the wxUSE_...
641 convention are also checked for and processed.
642
643
644 \chapter{How To...}\label{howto}%
645 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
646 \setfooter{\thepage}{}{}{}{}{\thepage}%
647
648 A variety of topics to help you get the best from \ctshortname.
649
650 \section{How to specify dependencies}\label{dependencies}
651
652 To ensure consistency throughout the configuration,
653 \ctshortname allows specification of dependencies, essentially
654 a list of option names that should be considered in evaluating
655 whether an option should be enabled or disabled. In addition,
656 if the option is constrained to always be disabled
657 or enabled in the current context, then it is greyed out
658 (deactivated) to prevent the user from changing the state.
659
660 There are four kinds of dependencies: requires, precludes,
661 enabled-if, and enabled-if-not. Each one represents a
662 relationship between the current option (a) and one
663 or more named options (b). For the sake of argument
664 we will consider only one other option, but multiple
665 options are taken to mean (b1 or b2 or b3 or ...)
666 Below the allowed combined states of a and b are
667 listed for each kind of dependency.
668
669 1. a {\bf requires} b
670
671 For example, wxUSE_DRAG_AND_DROP requires wxUSE_OLE.
672
673 \begin{verbatim}
674 a b
675
676 1 1
677 0 1
678 0 0
679 \end{verbatim}
680
681 2. a {\bf precludes} b
682
683 For example, wxUSE_ODBC precludes wxUSE_UNICODE.
684
685 \begin{verbatim}
686 a b
687
688 1 0
689 0 0
690 0 1
691 \end{verbatim}
692
693
694 3. a {\bf enabled-if} b
695
696 For example, __WXUNIVERSAL__ enabled-if X11 or MGL
697
698 \begin{verbatim}
699 a b
700
701 1 1
702 1 0
703 0 0
704 \end{verbatim}
705
706 4. a {\bf enabled-if-not} b
707
708 For example, wxUSE_TOOLBAR_SIMPLE enabled-if-not wxUSE_TOOLBAR_NATIVE.
709
710 \begin{verbatim}
711 a b
712
713 1 0
714 0 1
715 1 1
716 \end{verbatim}
717
718 \section{How to specify platform-specific dependencies}\label{platformdependencies}
719
720 You can associate one or more options as part of the
721 option's {\bf context}. In the case of wxUSE_OLE,
722 the context contains __WXMSW__, because it's a Windows-specific
723 option. This is used when calculating dependencies, as
724 follows. If either option involved in a dependency
725 relationship is not part of the current context, that
726 is, none of the options in its {\bf context} property is currently
727 enabled, then it is ignored in the dependency calculation.
728
729 This allows the dependency 'wxUSE_DRAG_AND_DROP requires wxUSE_OLE'
730 to only be evaluated when __WXMSW__ is enabled.
731
732 It doesn't quite cover all bases, however, because
733 it cannot express that the {\it dependency} itself
734 is platform specific. You might have a platform-specific
735 dependency that exists between two options that are
736 perfectly valid for any platform. For example, we
737 can't capture the notion that wxUSE_LISTBOX
738 should be required if wxUSE_COMBOBOX is set,
739 but only for __WXUNIVERSAL__. We could do it
740 by complicating the dependency syntax, for example:
741
742 wxUSE_COMBOBOX requires wxUSE_LISTBOX:__WXUNIVERSAL__
743
744 This means that the dependency should only be
745 evaluated if __WXUNIVERSAL__ is enabled.
746 This has not been implemented yet.
747
748 \section{How to specify custom properties}\label{customproperties}
749
750 You can add custom properties to any option, but
751 currently only {\bf option} and {\bf value} are
752 recognised by \ctshortname.
753
754 \ctshortname checks for the presence of a
755 {\bf builtin} boolean custom property and appends 'builtin' or
756 'sys' to the configure command depending on where
757 the {\bf builtin} setting is checked or unchecked.
758 We also allow for passing strings, e.g. for --with-rpath=DIR,
759 by using the {\bf value} string custom property.
760
761 \begin{comment}
762
763 \begin{helpglossary}
764
765 \gloss{thing}\label{thing}
766
767 A glossary entry.
768
769 \end{helpglossary}
770 \end{comment}
771
772 \rtfonly{%
773 \addcontentsline{toc}{chapter}{Index}
774 \printindex%
775 \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
776 \setfooter{\thepage}{}{}{}{}{\thepage}%
777 }
778 \winhelponly{
779 \chapter{Popups}\label{popups}
780
781 } % WinHelp only
782
783 \end{document}