]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dirdlg.h
change longs used for bitmap types to wxBitmapType (#9126)
[wxWidgets.git] / interface / dirdlg.h
index c6bd03c27355c06d6652ce30f51d2d0ed03688ae..4d21deac8577d18008a59a56462bdd2f1e7d95a4 100644 (file)
            user.
     @endStyleTable
 
+    @note On Windows the new directory button is only available with recent
+          versions of the common dialogs.
+
     @library{wxcore}
     @category{cmndlg}
 
-    @see @ref overview_wxdirdialogoverview "wxDirDialog overview", wxFileDialog
+    @see @ref overview_cmndlg_dir, wxFileDialog
 */
 class wxDirDialog : public wxDialog
 {
 public:
     /**
-        Constructor. Use ShowModal() to show
-        the dialog.
+        Constructor. Use ShowModal() to show the dialog.
 
         @param parent
             Parent window.
@@ -87,8 +89,8 @@ public:
     void SetPath(const wxString& path);
 
     /**
-        Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL
-        otherwise.
+        Shows the dialog, returning wxID_OK if the user pressed OK, and
+        wxID_CANCEL otherwise.
     */
     int ShowModal();
 };