addind nonowned window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
class WXDLLIMPEXP_FWD_CORE wxButton;
|
class WXDLLIMPEXP_FWD_CORE wxButton;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
class WXDLLIMPEXP_FWD_CORE wxScrollBar;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxTopLevelWindowMac;
|
class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow;
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_CORE wxMacControl ;
|
class WXDLLIMPEXP_FWD_CORE wxMacControl ;
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@ public:
|
|||||||
void MacInvalidateBorders() ;
|
void MacInvalidateBorders() ;
|
||||||
|
|
||||||
WXWindow MacGetTopLevelWindowRef() const ;
|
WXWindow MacGetTopLevelWindowRef() const ;
|
||||||
wxTopLevelWindowMac* MacGetTopLevelWindow() const ;
|
wxNonOwnedWindow* MacGetTopLevelWindow() const ;
|
||||||
|
|
||||||
virtual long MacGetLeftBorderSize() const ;
|
virtual long MacGetLeftBorderSize() const ;
|
||||||
virtual long MacGetRightBorderSize() const ;
|
virtual long MacGetRightBorderSize() const ;
|
||||||
|
Reference in New Issue
Block a user