]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hthlpdat.tex
corrected default arguments, so that setting GetStdIcon works again
[wxWidgets.git] / docs / latex / wx / hthlpdat.tex
index 4a5d7cc43283f278b4c793c04debc8c86bdc5c14..c920f9fb07f9aa62314d266cdd562f065b7cbd9c 100644 (file)
@@ -5,12 +5,11 @@
 
 \section{\class{wxHtmlHelpData}}\label{wxhtmlhelpdata}
 
-This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
+This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} 
 and \helpref{wxHtmlHelpFrame}{wxhtmlhelpframe} to access HTML help items.
 It is internal class and should not be used directly - except for the case 
 you're writing your own HTML help controller.
 
-
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
@@ -21,14 +20,12 @@ you're writing your own HTML help controller.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlHelpData::wxHtmlHelpData}\label{wxhtmlhelpdatawxhtmlhelpdata}
 
 \func{}{wxHtmlHelpData}{\void}
 
 Constructor.
 
-
 \membersection{wxHtmlHelpData::AddBook}\label{wxhtmlhelpdataaddbook}
 
 \func{bool}{AddBook}{\param{const wxString\& }{book}}
@@ -38,21 +35,18 @@ that contains arbitrary number of .hhp projects (this zip file can have
 either .zip or .htb extension, htb stands for "html book").
 Returns success.
 
-
 \membersection{wxHtmlHelpData::FindPageById}\label{wxhtmlhelpdatafindpagebyid}
 
 \func{wxString}{FindPageById}{\param{int }{id}}
 
 Returns page's URL based on integer ID stored in project.
 
-
 \membersection{wxHtmlHelpData::FindPageByName}\label{wxhtmlhelpdatafindpagebyname}
 
 \func{wxString}{FindPageByName}{\param{const wxString\& }{page}}
 
 Returns page's URL based on its (file)name.
 
-
 \membersection{wxHtmlHelpData::GetBookRecArray}\label{wxhtmlhelpdatagetbookrecarray}
 
 \func{const wxHtmlBookRecArray\&}{GetBookRecArray}{\void}