Add MSWGetFocusHWND to allow focus a subwindow
Under MSW allow override which subwindow will be focused for composite windows which are implemented not as a set of wxControl (i.e. using only Windows native controls).
This commit is contained in:
@@ -838,6 +838,7 @@ private:
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
#define GetHwnd() ((HWND)GetHWND())
|
||||
#define MSWGetFocusHwnd() ((HWND)MSWGetFocusHWND())
|
||||
#define GetHwndOf(win) ((HWND)((win)->GetHWND()))
|
||||
// old name
|
||||
#define GetWinHwnd GetHwndOf
|
||||
|
Reference in New Issue
Block a user