wxWidgets/include/wx/unix
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 Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
app.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
apptbase.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
apptrait.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
chkconf.h Disable wxUSE_FSWATCHER under Unix if neither inotify nor kqueue is available. 2010-01-29 13:07:26 +00:00
evtloop.h Change wxWakeUpPipe to be a wxEventLoopSourceHandler. 2013-07-03 00:30:39 +00:00
evtloopsrc.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
execute.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
fontutil.h
fswatcher_inotify.h Improve inotify()-based wxFileSystemWatcher to handle creation/deletion. 2012-10-16 14:02:40 +00:00
fswatcher_kqueue.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
glx11.h
joystick.h
mimetype.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
pipe.h Include <fcntl.h> from a header using fcntl(). 2013-07-03 00:29:53 +00:00
private.h
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
stackwalk.h
stdpaths.h Forbid creation of wxStandardPaths object directly. 2013-07-06 23:14:21 +00:00
taskbarx11.h minor cleanup 2009-12-05 19:57:58 +00:00
tls.h Fix wxTlsValue<> memory leaks. 2010-03-08 12:21:58 +00:00
utilsx11.h wxKeysym problem for wxMOTIF fixed 2010-08-24 11:23:22 +00:00