X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..c767a8eefbcc716e3be4d7929f8238605bb073ba:/interface/dirdlg.h diff --git a/interface/dirdlg.h b/interface/dirdlg.h index 06f049237b..c5e55a3a12 100644 --- a/interface/dirdlg.h +++ b/interface/dirdlg.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dirdlg.h -// Purpose: documentation for wxDirDialog class +// Purpose: interface of wxDirDialog // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -29,8 +29,7 @@ @library{wxcore} @category{cmndlg} - @seealso - @ref overview_wxdirdialogoverview "wxDirDialog overview", wxFileDialog + @see @ref overview_wxdirdialogoverview "wxDirDialog overview", wxFileDialog */ class wxDirDialog : public wxDialog { @@ -70,12 +69,12 @@ public: /** 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. @@ -95,6 +94,7 @@ public: }; + // ============================================================================ // Global functions/macros // ============================================================================