wxDirPickerCtrl

wxDirPickerCtrl
--This control allows the user to select a directory. The generic implementation is a button which brings up a wxDirDialog when clicked. Native implementation may differ but this is usually a (small) widget which give access to the dir-chooser dialog. It is only available if wxUSE_DIRPICKERCTRL is set to 1 (the default).

Creation Parameters

You can use the wxEVT_COMMAND_DIRPICKER_CHANGED event, along with get_filedirpicker_event_path.

Functions/Procedures
Supertopics

wxDirPickerCtrl

[func]
get_dirpicker_path
( atom picker )

Category: wxDirPickerCtrl

Returns the absolute path of the currently selected directory.


wxDirPickerCtrl

[proc]
set_dirpicker_path
( atom picker, object path )

Category: wxDirPickerCtrl

Sets the absolute path of the currently selected directory. This must be a valid directory if wxDIRP_DIR_MUST_EXIST style was given.