Add wxNativeWindow allowing to easily embed native widgets in wx.
Implement the class for wxMSW, wxGTK and wxOSX/Cocoa, show it in the widgets sample and add documentation for it.
This commit is contained in:
@@ -2545,6 +2545,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
src/osx/cocoa/menu.mm
|
||||
src/osx/cocoa/menuitem.mm
|
||||
src/osx/cocoa/msgdlg.mm
|
||||
src/osx/cocoa/nativewin.mm
|
||||
src/osx/cocoa/nonownedwnd.mm
|
||||
src/osx/cocoa/notebook.mm
|
||||
src/osx/cocoa/radiobut.mm
|
||||
|
@@ -2149,6 +2149,7 @@ OSX_COCOA_SRC =
|
||||
src/osx/cocoa/menu.mm
|
||||
src/osx/cocoa/menuitem.mm
|
||||
src/osx/cocoa/msgdlg.mm
|
||||
src/osx/cocoa/nativewin.mm
|
||||
src/osx/cocoa/nonownedwnd.mm
|
||||
src/osx/cocoa/notebook.mm
|
||||
src/osx/cocoa/radiobut.mm
|
||||
|
Reference in New Issue
Block a user