From: Mart Raudsepp Date: Thu, 14 Jul 2005 16:08:21 +0000 (+0000) Subject: wxProgressDialog is inherited from wxDialog, not wxFrame. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74d8885401c75cbea30e7bfde2956aa8ee7cd173?ds=inline wxProgressDialog is inherited from wxDialog, not wxFrame. Add wxProgressDialog to "Classes by category" listing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index ff2991f34d..31a4d13114 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -72,6 +72,7 @@ in an application. \twocolitem{\helpref{wxFontDialog}{wxfontdialog}}{Font chooser dialog} \twocolitem{\helpref{wxPageSetupDialog}{wxpagesetupdialog}}{Standard page setup dialog} \twocolitem{\helpref{wxPrintDialog}{wxprintdialog}}{Standard print dialog} +\twocolitem{\helpref{wxProgressDialog}{wxprogressdialog}}{Progress indication dialog} \twocolitem{\helpref{wxMessageDialog}{wxmessagedialog}}{Simple message box dialog} \twocolitem{\helpref{wxWizard}{wxwizard}}{A wizard dialog.} \end{twocollist} diff --git a/docs/latex/wx/progdlg.tex b/docs/latex/wx/progdlg.tex index d0d74d7e24..3205091c65 100644 --- a/docs/latex/wx/progdlg.tex +++ b/docs/latex/wx/progdlg.tex @@ -5,7 +5,7 @@ progress bar. Optionally, it can display an ABORT button. \wxheading{Derived from} -\helpref{wxFrame}{wxframe}\\ +\helpref{wxDialog}{wxdialog}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject}