/[projects]/wxCpuThrottle/src/wxcputhrottle.h
ViewVC logotype

Diff of /wxCpuThrottle/src/wxcputhrottle.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19 by torben, Wed Aug 8 19:04:07 2007 UTC revision 20 by torben, Wed Aug 8 21:00:34 2007 UTC
# Line 2  Line 2 
2  #ifndef _WXCPUTHROTTLE_H_  #ifndef _WXCPUTHROTTLE_H_
3  #define _WXCPUTHROTTLE_H_  #define _WXCPUTHROTTLE_H_
4    
5    
6  /**  /**
7   * @short Application Main Window   * @short Application Main Window
8   * @author Torben Nielsen <torben@t-hoerup.dk>   * @author Torben Nielsen <torben@t-hoerup.dk>
# Line 15  wxCpuThrottleapp : public wxApp Line 16  wxCpuThrottleapp : public wxApp
16                  virtual bool OnInit();                  virtual bool OnInit();
17  };  };
18    
 class  
 wxCpuThrottleFrame : public wxFrame  
 {  
         public:  
                 wxCpuThrottleFrame( const wxString& title, const wxPoint& pos, const wxSize& size );  
                 void OnQuit( wxCommandEvent& event );  
                 void OnAbout( wxCommandEvent& event );  
19    
         private:  
                 DECLARE_EVENT_TABLE()  
 };  
20    
21  enum  
 {  
         Menu_File_Quit = 100,  
         Menu_File_About  
 };  
22    
23  #endif // _WXCPUTHROTTLE_H_  #endif // _WXCPUTHROTTLE_H_

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.20