]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tguide.tex
Added sash window and layout window docs; added wxLog... and assert functions
[wxWidgets.git] / docs / latex / wx / tguide.tex
index a4c43943510a36847a3aa11dcc7d0fd8cc5f50eb..089fedc0a9567d0b10491f8be280b0b98512738f 100644 (file)
@@ -38,8 +38,8 @@ These might override predefined event handlers such as \helpref{wxWindow::OnChar
 \rtfsp\helpref{wxWindow::OnMouseEvent}{wxwindowonmouseevent}.
 
 Most modern applications will have an on-line, hypertext help system; for this, you
-need wxHelp and the \helpref{wxHelpControllerBase}{wxhelpcontrollerbase} class to control
-wxHelp. To add sparkle, you might use the wxToolBar class (documented separately)
+need wxHelp and the \helpref{wxHelpController}{wxhelpcontroller} class to control
+wxHelp. To add sparkle, you might use the wxToolBar class
 which makes heavy use of the \helpref{wxBitmap}{wxbitmap}.
 
 GUI applications aren't all graphical wizardry. List and hash table needs are