Frame and Window coding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -288,8 +288,7 @@ void wxMDIParentFrame::ActivatePrevious()
|
||||
// the MDI parent frame window proc
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
MRESULT wxMDIParentFrame::OS2WindowProc(HWND hwnd,
|
||||
WXUINT message,
|
||||
MRESULT wxMDIParentFrame::OS2WindowProc(WXUINT message,
|
||||
WXWPARAM wParam,
|
||||
WXLPARAM lParam)
|
||||
{
|
||||
@@ -504,8 +503,7 @@ bool wxMDIParentFrame::HandleCommand(WXWORD id, WXWORD cmd, WXHWND hwnd)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
MRESULT wxMDIParentFrame::OS2DefWindowProc(HWND hwnd,
|
||||
WXUINT message,
|
||||
MRESULT wxMDIParentFrame::OS2DefWindowProc(WXUINT message,
|
||||
WXWPARAM wParam,
|
||||
WXLPARAM lParam)
|
||||
{
|
||||
@@ -774,8 +772,7 @@ void wxMDIChildFrame::Activate()
|
||||
// MDI window proc and message handlers
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
MRESULT wxMDIChildFrame::OS2WindowProc(HWND hwnd,
|
||||
WXUINT message,
|
||||
MRESULT wxMDIChildFrame::OS2WindowProc(WXUINT message,
|
||||
WXWPARAM wParam,
|
||||
WXLPARAM lParam)
|
||||
{
|
||||
@@ -987,7 +984,7 @@ bool wxMDIChildFrame::HandleWindowPosChanging(void *pos)
|
||||
// MDI specific message translation/preprocessing
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
MRESULT wxMDIChildFrame::OS2DefWindowProc(HWND hwnd, WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
|
||||
MRESULT wxMDIChildFrame::OS2DefWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
|
||||
{
|
||||
// TODO
|
||||
/*
|
||||
|
Reference in New Issue
Block a user