@param name
Control name.
- @returns @true if the control was successfully created or @false if
+ @return @true if the control was successfully created or @false if
creation failed.
*/
/**
Sets(changes) the current directory displayed in the control.
- @returns Returns @true on success, @false otherwise.
+ @return Returns @true on success, @false otherwise.
*/
bool SetDirectory(const wxString& directory);
/**
Selects a certain file.
- @returns Returns @true on success, @false otherwise
+ @return Returns @true on success, @false otherwise
*/
bool SetFilename(const wxString& filename);