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:
parent
4805d825f8
commit
f140b3520b
@ -30,7 +30,7 @@
|
||||
ULONG idMasterSpb; /* ID of the servant's master spinbutton. */
|
||||
PVOID pHWXCtlData; /* Handwriting control data structure flag. */
|
||||
} SPBCDATA;
|
||||
|
||||
|
||||
typedef SPBCDATA *PSPBCDATA;
|
||||
#endif
|
||||
|
||||
@ -269,7 +269,7 @@ WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);
|
||||
WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
|
||||
WXDLLEXPORT void wxFillLogFont( LOGFONT* pLogFont
|
||||
,PFACENAMEDESC pFaceName
|
||||
,HPS hPS
|
||||
,HPS* phPS
|
||||
,long* pflId
|
||||
,wxString& sFaceName
|
||||
,wxFont* pFont
|
||||
|
@ -169,6 +169,7 @@ protected:
|
||||
//
|
||||
void AdjustSpaceLimit(void);
|
||||
virtual wxSize DoGetBestSize(void) const;
|
||||
virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
|
||||
|
||||
private:
|
||||
bool m_bIsMLE;
|
||||
|
@ -421,6 +421,7 @@ public:
|
||||
,WXLPARAM lParam
|
||||
);
|
||||
virtual bool OS2ProcessMessage(WXMSG* pMsg);
|
||||
virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
|
||||
virtual bool OS2TranslateMessage(WXMSG* pMsg);
|
||||
virtual void OS2DestroyWindow(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user