wxWidgets/samples/dialogs
Vadim Zeitlin 050fabe3b9 Add wxFD_NO_FOLLOW style for wxFileDialog.
This style tells the dialog to return the paths of the link being selected
without dereferencing it.

Currently only implemented under wxMSW as the links are not dereferenced by
default in wxGTK anyhow. But we may want to change this and implement it there
too for consistency in the future.

Closes #15429.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-03-05 16:29:46 +00:00
..
descrip.mms
dialogs_vc7.vcproj Update version to 3.1.0. 2013-11-21 13:47:05 +00:00
dialogs_vc8.vcproj Update version to 3.1.0. 2013-11-21 13:47:05 +00:00
dialogs_vc9.vcproj Update version to 3.1.0. 2013-11-21 13:47:05 +00:00
dialogs.bkl Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
dialogs.cpp Add wxFD_NO_FOLLOW style for wxFileDialog. 2014-03-05 16:29:46 +00:00
dialogs.dsp Update version to 3.1.0. 2013-11-21 13:47:05 +00:00
dialogs.h Fix syntax error in the dialogs sample after r75028. 2013-10-17 22:26:50 +00:00
makefile.bcc More version change related changes to the generated files. 2013-11-23 00:34:42 +00:00
makefile.gcc More version change related changes to the generated files. 2013-11-23 00:34:42 +00:00
Makefile.in Update version to 3.1.0. 2013-11-21 13:47:05 +00:00
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +00:00
makefile.vc More version change related changes to the generated files. 2013-11-23 00:34:42 +00:00
makefile.wat More version change related changes to the generated files. 2013-11-23 00:34:42 +00:00
tip.xpm Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
tips.txt