// ----------------------------------------------------------------------------
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "numdlgg.cpp"
+ #pragma implementation "numdlgg.h"
#endif
// For compilers that support precompilation, includes "wx.h".
SetSizer( topsizer );
SetAutoLayout( true );
+#if !defined(__SMARTPHONE__) && !defined(__POCKETPC__)
topsizer->SetSizeHints( this );
topsizer->Fit( this );
Centre( wxBOTH );
+#endif
m_spinctrl->SetSelection(-1, -1);
m_spinctrl->SetFocus();