]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/window.h
addind nonowned window implementation
[wxWidgets.git] / include / wx / mac / carbon / window.h
index d2f9a85ca1684564371b761de32649427cfb75a8..41622fe2426f2a9c5d0b0d923ec51b0eda842b52 100644 (file)
@@ -17,7 +17,7 @@
 
 class WXDLLIMPEXP_FWD_CORE wxButton;
 class WXDLLIMPEXP_FWD_CORE wxScrollBar;
-class WXDLLIMPEXP_FWD_CORE wxTopLevelWindowMac;
+class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow;
 
 class WXDLLIMPEXP_FWD_CORE wxMacControl ;
 
@@ -177,7 +177,7 @@ public:
     void                MacInvalidateBorders() ;
 
     WXWindow            MacGetTopLevelWindowRef() const ;
-    wxTopLevelWindowMac* MacGetTopLevelWindow() const ;
+    wxNonOwnedWindow*   MacGetTopLevelWindow() const ;
 
     virtual long        MacGetLeftBorderSize() const ;
     virtual long        MacGetRightBorderSize() const ;