/////////////////////////////////////////////////////////////////////////////
// Name: dirdlg.h
-// Purpose: documentation for wxDirDialog class
+// Purpose: interface of wxDirDialog
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{cmndlg}
- @seealso
- @ref overview_wxdirdialogoverview "wxDirDialog overview", wxFileDialog
+ @see @ref overview_wxdirdialogoverview "wxDirDialog overview", wxFileDialog
*/
class wxDirDialog : public wxDialog
{
/**
Returns the message that will be displayed on the dialog.
*/
- wxString GetMessage();
+ wxString GetMessage() const;
/**
Returns the default or user-selected path.
*/
- wxString GetPath();
+ wxString GetPath() const;
/**
Sets the message that will be displayed on the dialog.
};
+
// ============================================================================
// Global functions/macros
// ============================================================================