OS/2 bug fix updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -269,7 +269,7 @@ WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);
|
|||||||
WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
|
WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
|
||||||
WXDLLEXPORT void wxFillLogFont( LOGFONT* pLogFont
|
WXDLLEXPORT void wxFillLogFont( LOGFONT* pLogFont
|
||||||
,PFACENAMEDESC pFaceName
|
,PFACENAMEDESC pFaceName
|
||||||
,HPS hPS
|
,HPS* phPS
|
||||||
,long* pflId
|
,long* pflId
|
||||||
,wxString& sFaceName
|
,wxString& sFaceName
|
||||||
,wxFont* pFont
|
,wxFont* pFont
|
||||||
|
@@ -169,6 +169,7 @@ protected:
|
|||||||
//
|
//
|
||||||
void AdjustSpaceLimit(void);
|
void AdjustSpaceLimit(void);
|
||||||
virtual wxSize DoGetBestSize(void) const;
|
virtual wxSize DoGetBestSize(void) const;
|
||||||
|
virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_bIsMLE;
|
bool m_bIsMLE;
|
||||||
|
@@ -421,6 +421,7 @@ public:
|
|||||||
,WXLPARAM lParam
|
,WXLPARAM lParam
|
||||||
);
|
);
|
||||||
virtual bool OS2ProcessMessage(WXMSG* pMsg);
|
virtual bool OS2ProcessMessage(WXMSG* pMsg);
|
||||||
|
virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
|
||||||
virtual bool OS2TranslateMessage(WXMSG* pMsg);
|
virtual bool OS2TranslateMessage(WXMSG* pMsg);
|
||||||
virtual void OS2DestroyWindow(void);
|
virtual void OS2DestroyWindow(void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user