00001 00014 #ifndef _cNumTextCtrl_h 00015 #define _cNumTextCtrl_h 00016 00017 #include "TypesDef.h" // Int 00018 00019 class cNumTextCtrl: public wxTextCtrl 00020 { 00021 private: 00022 00023 protected: 00024 00025 DECLARE_EVENT_TABLE() 00026 00027 //***************** 00028 // Event functions. 00029 //***************** 00030 void OnKeyDigitAllowPress(wxKeyEvent& event); 00031 00032 public: 00034 cNumTextCtrl(wxWindow *Parent); 00035 00037 ~cNumTextCtrl(void); 00038 00039 }; 00040 00041 #endif // _cNumTextCtrl_h