BlockIPPlatform
 All Classes Files Functions Variables
AuxFrame.h
1 #ifndef __AuxFrame__
2 #define __AuxFrame__
3 
10 #include "GUIBlockIP.h"
11 
13 
15 class AuxFrame : public AuxFrameBlockIP
16 {
17  protected:
18  // Handlers for AuxFrameBlockIP events.
19  void CloseClick( wxCommandEvent& event );
20  public:
22  AuxFrame( wxString filename, wxWindow* parent );
24 
25 };
26 
27 #endif // __AuxFrame__