How to make such kind of OS X toolbar with wxWidgets 3.1?
https://monosnap.com/file/ZMbvh8uVng0J54WgOqOcXDKKr1g9sF
How can I create Yosemite-style unified toolbar in Interface Builder?
I can access a reference to a native NSWindow:
auto *nativeWindow = wxWindow::MacGetTopLevelWindowRef();
nativeWindow->NSWindow->titleVisibility = NSWindowTitleHidden;
But calling ->titleVisibility
above gives "wxWidgets-3.1.0/samples/minimal/minimal.cpp:647:17: Member access into incomplete type 'NSWindow'" and I can't @import / #include NSWindow to my .cpp program because it's objective-c header