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:
Vadim Zeitlin
2015-08-03 17:47:09 +02:00
parent ce95913319
commit 9bc3ab1ea7
24 changed files with 757 additions and 7 deletions

View File

@@ -337,6 +337,9 @@
<File
RelativePath=".\listbox.cpp">
</File>
<File
RelativePath=".\native.cpp">
</File>
<File
RelativePath=".\notebook.cpp">
</File>