// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma interface "numdlgg.cpp"
#pragma implementation "numdlgg.cpp"
#endif
#pragma hdrstop
#endif
+#if wxUSE_NUMBERDLG
+
#ifndef WX_PRECOMP
#include <stdio.h>
private:
DECLARE_EVENT_TABLE()
+ DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
};
// ============================================================================
return dialog.GetValue();
}
+
+#endif // wxUSE_NUMBERDLG