]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filedlg.h
more f*h interface file revisions
[wxWidgets.git] / interface / wx / filedlg.h
index ada7bba196b5e5d10333ce0ad4f34e03e8a4410e..aab6bff6cc711fbb744995d55a9f139d64083221 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxFileDialog
-    @wxheader{filedlg.h}
 
     This class represents the file chooser dialog.
 
@@ -25,7 +24,9 @@
     result in only those files matching the pattern being displayed.
     The wildcard may be a specification for multiple types of file with a description
     for each, such as:
+    @code
          "BMP and GIF files (*.bmp;*.gif)|*.bmp;*.gif|PNG files (*.png)|*.png"
+    @endcode
     It must be noted that wildcard support in the native Motif file dialog is quite
     limited: only one alternative is supported, and it is displayed without the
     descriptive test; "BMP files (*.bmp)|*.bmp" is displayed as "*.bmp", and both
@@ -59,7 +60,7 @@
     @library{wxcore}
     @category{cmndlg}
 
-    @see @ref overview_wxfiledialog, ::wxFileSelector()
+    @see @ref overview_cmndlg_file, ::wxFileSelector()
 */
 class wxFileDialog : public wxDialog
 {