/////////////////////////////////////////////////////////////////////////////
// Name: filepicker.h
-// Purpose: documentation for wxFilePickerCtrl class
+// Purpose: interface of wxFilePickerCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{miscpickers}
@appearance{filepickerctrl.png}
- @seealso
- wxFileDialog, wxFileDirPickerEvent
+ @see wxFileDialog, wxFileDirPickerEvent
*/
class wxFilePickerCtrl : public wxPickerBase
{
Validator which can be used for additional date checks.
@param name
Control name.
-
+
@returns @true if the control was successfully created or @false if
creation failed.
*/
};
+
/**
@class wxDirPickerCtrl
@wxheader{filepicker.h}
@category{miscpickers}
@appearance{dirpickerctrl.png}
- @seealso
- wxDirDialog, wxFileDirPickerEvent
+ @see wxDirDialog, wxFileDirPickerEvent
*/
class wxDirPickerCtrl : public wxPickerBase
{
Validator which can be used for additional date checks.
@param name
Control name.
-
+
@returns @true if the control was successfully created or @false if
creation failed.
*/
};
+
/**
@class wxFileDirPickerEvent
@wxheader{filepicker.h}
@library{wxcore}
@category{FIXME}
- @seealso
- wxfilepickerctrl
+ @see wxfilepickerctrl()
*/
class wxFileDirPickerEvent : public wxCommandEvent
{
*/
void SetPath(const wxString& path);
};
+