wxLogLastError(sError);
return FALSE;
}
+ if (!::WinRegisterClass( vHab
+ ,wxCanvasClassNameNR
+ ,wxWndProc
+ ,CS_HITTEST | CS_SYNCPAINT
+ ,sizeof(ULONG)
+ ))
+ {
+ vError = ::WinGetLastError(vHab);
+ sError = wxPMErrorToStr(vError);
+ wxLogLastError(sError);
+ return FALSE;
+ }
return TRUE;
} // end of wxApp::RegisterWindowClasses
m_pToolTip = new wxToolTip(pTool->GetShortHelp());
m_vXMouse = (wxCoord)vPoint.x;
m_vYMouse = (wxCoord)vPoint.y;
- m_vToolTimer.Start(3000L, TRUE);
+ m_vToolTimer.Start(1000L, TRUE);
}
if (!pTool->IsToggled())
RaiseTool(pTool);
m_pToolTip->DisplayToolTipWindow(vPos);
m_vToolTimer.Stop();
- m_vToolExpTimer.Start(3000L, TRUE);
+ m_vToolExpTimer.Start(4000L, TRUE);
}
else if (rEvent.GetId() == m_vToolExpTimer.GetTimerId())
{
case WM_INITDLG:
//
// For this message, returning TRUE tells system to set focus to
- // the first control in the dialog box, but as we set the focus
- // ourselves, we return FALSE from here as well, so fall through
+ // the first control in the dialog box, but we set the focus
+ // ourselves, however in OS/2 we must return true to enable the dialog
//
+ return (MRESULT)TRUE;
default:
//
// For all the other ones, FALSE means that we didn't process the
,nY
,nWidth
,nHeight
- ,SWP_MOVE | SWP_SIZE | SWP_ZORDER | SWP_SHOW
+ ,SWP_MOVE | SWP_SIZE | SWP_ZORDER | SWP_SHOW | SWP_ACTIVATE
);
::WinQueryWindowPos(GetHwnd(), GetSwp());
m_hFrame = m_hWnd;
CODE LOADONCALL
EXPORTS
-;From library: H:\Dev\Wx2\WxWindows\Lib\wx.lib
+;From library: H:\DEV\WX2\WXWINDOWS\LIB\wx.lib
;From object file: dummy.cpp
;PUBDEFs (Symbols available from object file):
wxDummyChar
OnNewDocument__10wxDocumentFv
;wxView::OnCreatePrintout()
OnCreatePrintout__6wxViewFv
+ ;wxDocument::NotifyClosing()
+ NotifyClosing__10wxDocumentFv
;wxDocManager::GetNoHistoryFiles() const
GetNoHistoryFiles__12wxDocManagerCFv
;wxFileHistory::AddFilesToMenu()
;wxMouseEvent::Assign(const wxMouseEvent&)
Assign__12wxMouseEventFRC12wxMouseEvent
wxEVT_SCROLL_LINEUP
+ wxEVT_SCROLL_ENDSCROLL
wxEVT_PAINT
wxEVT_NULL
wxEVT_NC_RIGHT_UP
Exists__9wxProcessFi
;wxConstructorForwxProcess()
wxConstructorForwxProcess__Fv
- ;wxProcess::Init(wxEvtHandler*,int,unsigned long)
- Init__9wxProcessFP12wxEvtHandleriUl
- __vft9wxProcess8wxObject
;wxProcess::Kill(int,wxSignal)
Kill__9wxProcessFi8wxSignal
+ __vft9wxProcess8wxObject
+ ;wxProcess::Open(const wxString&,int)
+ Open__9wxProcessFRC8wxStringi
wxEVT_END_PROCESS
+ ;wxProcess::Init(wxEvtHandler*,int,int)
+ Init__9wxProcessFP12wxEvtHandleriT2
;wxProcess::~wxProcess()
__dt__9wxProcessFv
;wxConstructorForwxProcessEvent()
sm_classwxVariantDataChar__17wxVariantDataChar
;wxVariant::operator==(void*) const
__eq__9wxVariantCFPv
+ ;wxVariant::NullList()
+ NullList__9wxVariantFv
;wxVariant::GetList() const
GetList__9wxVariantCFv
;wxVariant::GetCount() const