]> git.saurik.com Git - wxWidgets.git/commitdiff
wxProgressDialog is inherited from wxDialog, not wxFrame.
authorMart Raudsepp <leio@gentoo.org>
Thu, 14 Jul 2005 16:08:21 +0000 (16:08 +0000)
committerMart Raudsepp <leio@gentoo.org>
Thu, 14 Jul 2005 16:08:21 +0000 (16:08 +0000)
Add wxProgressDialog to "Classes by category" listing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/category.tex
docs/latex/wx/progdlg.tex

index ff2991f34de261b9a1379bb18190cfdb1dbebfc0..31a4d1311499503018c6bdbd0f4eee5be8974994 100644 (file)
@@ -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}
index d0d74d7e247b3b0558147f46e44a6815b3611c69..3205091c65b5704a7ed9029e8180d450a2618dde 100644 (file)
@@ -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}