c++ - OS X fullscreen in wxWidgets 3.0 -
i contribute cross-platform application built using wxwidgets stable version - 3.0.2.
i enable app utilize native fullscreen scheme on os x lion , above. feature implemented in current development versions of wxwidgets, not in 3.0.2.
i understand should possible phone call native cocoa api within wxwidgets app enable fullscreen mode, can't work out how , can't find info online.
how can straight access nswindow class wxwidgets c++ code?
for reference, this question asks how same wxpython, , gets reply - python different plenty c++ can't work out how in standard wxwidgets.
you can utilize wxwindow::macgettoplevelwindowref()
nswindow
. see this commit can afterwards.
c++ osx cocoa wxwidgets
No comments:
Post a Comment