add support for custom controls in file dialog in wxGTK and generic versions; also...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Mar 2008 14:33:47 +0000 (14:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Mar 2008 14:33:47 +0000 (14:33 +0000)
commit8ce68f7fc03beda6b7cbfdd7180a8f7f7eee952d
tree2636349ac857360f8dd4b7f368d033433dd14991
parent77c950fdade357122cabf64fdc37c609f2317ad6
add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/changes.txt
docs/latex/wx/filedlg.tex
include/wx/filedlg.h
include/wx/generic/filedlgg.h
include/wx/gtk/filedlg.h
samples/dialogs/Makefile.in
samples/dialogs/dialogs.bkl
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/common/fldlgcmn.cpp
src/generic/filectrlg.cpp
src/generic/filedlgg.cpp
src/gtk/filedlg.cpp