| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <html><head><TITLE>USE_HELP</TITLE></head>
- <body>
- <H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> class wxExtHelpController ifdef USE_HELP : public wxHelpControllerBase </H2><BLOCKQUOTE>
- This class implements help via an external browser
- </BLOCKQUOTE>
- <hr>
- <h2> Inheritance:</h2>
- <APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
- <param name=classes value="MwxHelpControllerBase,M,CUSE_HELP,MUSE_HELP.html">
- <param name=before value="M,M">
- <param name=after value="Md_,M">
- <param name=indent value="0,1">
- <param name=arrowdir value="down">
- </APPLET>
- <A NAME="DOC.DOCU">
- <hr>
- <h2> Documentation </h2>
- <BLOCKQUOTE>
- This class implements help via an external browser.
- It requires the name of a directory containing the documentation
- and a file mapping numerical Section numbers to relative URLS.<P>The map file contains two or three fields per line:
- numeric_id relative_URL [; comment/documentation]<P>The numeric_id is the id used to look up the entry in
- DisplaySection()/DisplayBlock(). The relative_URL is a filename of
- an html file, relative to the help directory. The optional
- comment/documentation field (after a ';') is used for keyword
- searches, so some meaningful text here does not hurt.
- </BLOCKQUOTE>
- <DL>
- </DL>
- <hr>
- <DL><DT><B>This class has no child classes.</B></DL>
- <DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I> <I><A HREF="HIER.html"> hierarchy of classes</A></I><P></BODY><hr>
- <A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
- <P Align=Center><I>this page has been generated automatically by doc++
- <P Align=Center>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte Zöckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de </a>
|