Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cNumTextCtrl.h

Go to the documentation of this file.
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

Generated on Wed Feb 25 01:15:10 2004 for eDonkeyFilesManager by doxygen 1.3.2