]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/filepicker.h
first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which...
[wxWidgets.git] / interface / filepicker.h
index 7f749aacaf27354495527f6082b41dc8deae886f..2a2d610fc6ec9b13813f3806a9d70f0e22d44c9b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        filepicker.h
-// Purpose:     documentation for wxFilePickerCtrl class
+// Purpose:     interface of wxFilePickerCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -45,8 +45,7 @@
     @category{miscpickers}
     @appearance{filepickerctrl.png}
 
-    @seealso
-    wxFileDialog, wxFileDirPickerEvent
+    @see wxFileDialog, wxFileDirPickerEvent
 */
 class wxFilePickerCtrl : public wxPickerBase
 {
@@ -88,7 +87,7 @@ public:
             Validator which can be used for additional date checks.
         @param name
             Control name.
-        
+
         @returns @true if the control was successfully created or @false if
                  creation failed.
     */
@@ -128,6 +127,7 @@ public:
 };
 
 
+
 /**
     @class wxDirPickerCtrl
     @wxheader{filepicker.h}
@@ -163,8 +163,7 @@ public:
     @category{miscpickers}
     @appearance{dirpickerctrl.png}
 
-    @seealso
-    wxDirDialog, wxFileDirPickerEvent
+    @see wxDirDialog, wxFileDirPickerEvent
 */
 class wxDirPickerCtrl : public wxPickerBase
 {
@@ -202,7 +201,7 @@ public:
             Validator which can be used for additional date checks.
         @param name
             Control name.
-        
+
         @returns @true if the control was successfully created or @false if
                  creation failed.
     */
@@ -242,6 +241,7 @@ public:
 };
 
 
+
 /**
     @class wxFileDirPickerEvent
     @wxheader{filepicker.h}
@@ -252,8 +252,7 @@ public:
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxfilepickerctrl
+    @see wxfilepickerctrl()
 */
 class wxFileDirPickerEvent : public wxCommandEvent
 {
@@ -275,3 +274,4 @@ public:
     */
     void SetPath(const wxString& path);
 };
+