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

Diff of /wxCpuThrottle/src/wxcputhrottleframe.h

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

revision 20 by torben, Wed Aug 8 21:00:34 2007 UTC revision 23 by torben, Thu Aug 9 17:24:40 2007 UTC
# Line 18  Line 18 
18   *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *   *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19   ***************************************************************************/   ***************************************************************************/
20    
21    #ifndef WXCPUTHROTTLEFRAME_H
22    #define WXCPUTHROTTLEFRAME_H
23    
24  #include <wx/wx.h>  #include <wx/wx.h>
25  #include "trayicon.h"  #include "trayicon.h"
26    
# Line 28  class wxCpuThrottleFrame : public wxDial Line 31  class wxCpuThrottleFrame : public wxDial
31                  void OnQuit( wxCommandEvent& event );                  void OnQuit( wxCommandEvent& event );
32                  void OnAbout( wxCommandEvent& event );                  void OnAbout( wxCommandEvent& event );
33                  void OnClose( wxCloseEvent&  event  );                  void OnClose( wxCloseEvent&  event  );
34                    void SetPosition();
35          private:          private:
36                                    
37                  wxIcon mIcon;                  wxIcon mIcon;
38                  TrayIcon* mTrayIcon;                  TrayIcon* mTrayIcon;
39                  DECLARE_EVENT_TABLE()                  DECLARE_EVENT_TABLE()
40  };  };
41    
42    #endif

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

  ViewVC Help
Powered by ViewVC 1.1.20