wxWidgets/include/wx/osx/core
Vadim Zeitlin 38aae140ac Forbid creation of wxStandardPaths object directly.
This happens to work under MSW and Unix where there is only one
wxStandardPaths class for both the console and the GUI applications but
doesn't return the correct result under OS X where the Core Foundation
version, returned by wxStandardPaths::Get(), has to be used for the GUI
programs. And historically this confused a lot of people, so just ensure that
they can't accidentally create an object of the wrong type any more.

Closes #13537.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-06 23:14:21 +00:00
..
private Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa. 2011-12-20 21:27:14 +00:00
cfdataref.h
cfref.h
cfstring.h Add wxCFStringRef::AsStringWithNormalizationFormC() Cocoa overload. 2012-11-04 23:53:52 +00:00
colour.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
dataview.h Add wxDataViewCtrl::GetCurrentColumn(). 2012-01-17 14:05:07 +00:00
evtloop.h Make wxEventLoop::AddSourceForFD() static. 2013-07-03 00:28:42 +00:00
hid.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
joystick.h
mimetype.h
objcid.h Move include/wx/osx/private/objcid.h to include/wx/osx/core. 2012-05-26 12:29:39 +00:00
private.h support getting device resolution on all osx ports 2013-06-28 13:24:27 +00:00
stdpaths.h Forbid creation of wxStandardPaths object directly. 2013-07-06 23:14:21 +00:00