]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/filepicker.h
Ticket #9592: gtk-choice-setcolumns.2.diff
[wxWidgets.git] / interface / filepicker.h
index 023f303051a212211460e971fc93e31b55bb0574..2cb91adc9752507c15a0fcff02ea3dbd8a774441 100644 (file)
@@ -43,7 +43,7 @@
 
     @library{wxcore}
     @category{pickers}
-    @appearance{filepickerctrl.png}
+    <!-- @appearance{filepickerctrl.png} -->
 
     @see wxFileDialog, wxFileDirPickerEvent
 */
@@ -88,7 +88,7 @@ public:
         @param name
             Control name.
 
-        @returns @true if the control was successfully created or @false if
+        @return @true if the control was successfully created or @false if
                  creation failed.
     */
     bool Create(wxWindow* parent, wxWindowID id,
@@ -161,7 +161,7 @@ public:
 
     @library{wxcore}
     @category{pickers}
-    @appearance{dirpickerctrl.png}
+    <!-- @appearance{dirpickerctrl.png} -->
 
     @see wxDirDialog, wxFileDirPickerEvent
 */
@@ -202,7 +202,7 @@ public:
         @param name
             Control name.
 
-        @returns @true if the control was successfully created or @false if
+        @return @true if the control was successfully created or @false if
                  creation failed.
     */
     bool Create(wxWindow* parent, wxWindowID id,