wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1460,20 +1460,21 @@
|
||||
# endif
|
||||
#endif /* wxUSE_FILEDLG */
|
||||
|
||||
#if !wxUSE_GAUGE
|
||||
# if wxUSE_PROGRESSDLG
|
||||
#if !wxUSE_GAUGE || !wxUSE_BUTTON
|
||||
# if wxUSE_PROGRESSDLG && !defined(__WXPALMOS__)
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "Progress dialog require wxUSE_GAUGE"
|
||||
# error "Generic progress dialog requires wxUSE_GAUGE and wxUSE_BUTTON"
|
||||
# else
|
||||
# undef wxUSE_GAUGE
|
||||
# undef wxUSE_BUTTON
|
||||
# define wxUSE_GAUGE 1
|
||||
# define wxUSE_BUTTON 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* !wxUSE_GAUGE */
|
||||
|
||||
#if !wxUSE_BUTTON
|
||||
# if wxUSE_PROGRESSDLG || \
|
||||
wxUSE_FONTDLG || \
|
||||
# if wxUSE_FONTDLG || \
|
||||
wxUSE_FILEDLG || \
|
||||
wxUSE_CHOICEDLG || \
|
||||
wxUSE_NUMBERDLG || \
|
||||
|
Reference in New Issue
Block a user