Various OS/2 changes to keep up with general library changes and some new dilaog support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,9 +80,17 @@ inline bool IsMdiCommandId(int id)
|
||||
return (id >= wxFIRST_MDI_CHILD) && (id <= wxLAST_MDI_CHILD);
|
||||
}
|
||||
|
||||
// unpack the parameters of WM_MDIACTIVATE message
|
||||
static void UnpackMDIActivate(WXWPARAM wParam, WXLPARAM lParam,
|
||||
WXWORD *activate, WXHWND *hwndAct, WXHWND *hwndDeact);
|
||||
|
||||
// return the HMENU of the MDI menu
|
||||
static inline HMENU GetMDIWindowMenu(wxMDIParentFrame *frame)
|
||||
{
|
||||
wxMenu *menu = frame->GetWindowMenu();
|
||||
return menu ? GetHmenuOf(menu) : 0;
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
// implementation
|
||||
// ===========================================================================
|
||||
|
Reference in New Issue
Block a user