]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/emulator/src/emulator.h
Use the OOR typemap for wxTreeCtrls too.
[wxWidgets.git] / utils / emulator / src / emulator.h
index 5cde3128f4fec3a76b1ba679ecf10037604d0ec8..ee02672792a267d6b5cebea6f1420290f01f266d 100644 (file)
@@ -96,6 +96,7 @@ public:
     wxEmulatorContainer*    m_containerWindow;
     wxString                m_appDir;
     wxString                m_displayNumber;
+    long                    m_xnestPID;
 };
 
 // The container for the Xnest window. The decorations
@@ -124,9 +125,10 @@ public:
     // ctor(s)
     wxEmulatorFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
 
-    // event handlers (these functions should _not_ be virtual)
+    // event handlers
     void OnQuit(wxCommandEvent& event);
     void OnAbout(wxCommandEvent& event);
+    void OnCloseWindow(wxCloseEvent& event);
 
 private:
     // any class wishing to process wxWindows events must use this macro