// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __DIALOGH__
-#define __DIALOGH__
+#ifndef _WX_DIALOG_H_
+#define _WX_DIALOG_H_
#ifdef __GNUG__
#pragma interface "dialog.h"
virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+protected:
+ WXHWND m_hwndOldFocus; // the window which had focus before we were shown
+
DECLARE_EVENT_TABLE()
};
#endif
- // __DIALOGH__
+ // _WX_DIALOG_H_