]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hthlpfrm.tex
EnableTool() should be called after Realize()
[wxWidgets.git] / docs / latex / wx / hthlpfrm.tex
index 309630c65ac4fb65d93aea3372b05a526538c9bb..db2596e1a6120f6d6fcf4ab872b13d11d923263f 100644 (file)
@@ -8,7 +8,7 @@
 
 This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
 to display help.
-It is internal class and should not be used directly - except for the case 
+It is internal class and should not be used directly - except for the case
 you're writing your own HTML help controller.
 
 
@@ -35,6 +35,7 @@ Constructor.
 \twocolitem{\windowstyle{wxHF\_CONTENTS}}{Help frame has contents panel.}
 \twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
 \twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
+\twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{Help frame has bookmarks controls.}
 \end{twocollist}
 
 
@@ -93,6 +94,9 @@ Looking for the page runs in these steps:
 The second form takes numeric ID as the parameter.
 (uses extension to MS format, <param name="ID" value=id>)
 
+\pythonnote{The second form of this method is named DisplayId in
+wxPython.}
+
 \membersection{wxHtmlHelpFrame::DisplayContents}\label{wxhtmlhelpframedisplaycontents}
 
 \func{bool}{DisplayContents}{\void}