]> git.saurik.com Git - wxWidgets.git/commit
Added wxFilePickerCtrl::SetInitialDirectory().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 12:34:47 +0000 (12:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 12:34:47 +0000 (12:34 +0000)
commit75cb911c7c8a475269901bf5f0c69c583d79e498
treecdd2e8de631117367cd89dd5366b292c64c3da04
parentb9bb74e9fc1c1eb611251ba3d7da4374233f9fa5
Added wxFilePickerCtrl::SetInitialDirectory().

This method allows to configure the initial directory to be shown when
browsing for files in an initially empty wxFileDirPickerCtrl.

It is also available for wxDirPickerCtrl but is less useful there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filepicker.h
include/wx/generic/filepickerg.h
include/wx/gtk/filepicker.h
interface/wx/filepicker.h
samples/widgets/dirpicker.cpp
samples/widgets/filepicker.cpp
src/generic/filepickerg.cpp
src/gtk/filepicker.cpp