X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c914a1a2d2d099480663a78ee5f9409e48c4c4b7..8e21d9ad05231bdd45829fc0f436af32c9e3fe88:/docs/latex/wx/hthlpfrm.tex diff --git a/docs/latex/wx/hthlpfrm.tex b/docs/latex/wx/hthlpfrm.tex index db2596e1a6..216d281125 100644 --- a/docs/latex/wx/hthlpfrm.tex +++ b/docs/latex/wx/hthlpfrm.tex @@ -156,3 +156,14 @@ Add books to search choice panel Saves user's settings for this frame (see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}) +\membersection{wxHtmlHelpFrame::AddToolbarButtons}\label{wxhtmlhelpframeaddtoolbarbuttons} + +\func{virtual void}{AddToolbarButtons}{\param{wxToolBar *}{toolBar}, \param{int }{style}} + +You may override this virtual method to add more buttons into help frame's +toolbar. {\it toolBar} is pointer to the toolbar and {\it style} is style +flag as passed to Create method. + +wxToolBar::Realize is called immediately after returning from this function. + +See {\it samples/html/helpview} for an example.