]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/filectrl.h
implement wxListItem::operator=()
[wxWidgets.git] / interface / filectrl.h
index 47403cd33c14eba2ae9fa28d4392e621a1cac23e..fbad3f4a9abf0b017d0382a44e78ef50a822ffac 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        filectrl.h
-// Purpose:     documentation for wxFileCtrl class
+// Purpose:     interface of wxFileCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -33,8 +33,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxGenericDirCtrl
+    @see wxGenericDirCtrl
 */
 class wxFileCtrl : public wxWindow
 {
@@ -62,7 +61,7 @@ public:
             Initial size.
         @param name
             Control name.
-        
+
         @returns @true if the control was successfully created or @false if
                  creation failed.
     */
@@ -107,7 +106,7 @@ public:
         function should only be used with the controls having the @c wxFC_MULTIPLE
         style,
         use GetFilename() for the others.
-        
+
         @remarks filenames is emptied first.
     */
     void GetFilenames(wxArrayString& filenames) const;
@@ -128,7 +127,7 @@ public:
         Fills the array @a paths with the full paths of the files chosen. This
         function should be used with the controls having the @c wxFC_MULTIPLE style,
         use GetPath() otherwise.
-        
+
         @remarks paths is emptied first.
     */
     void GetPaths(wxArrayString& paths) const;
@@ -140,14 +139,14 @@ public:
 
     /**
         Sets(changes) the current directory displayed in the control.
-        
+
         @returns Returns @true on success, @false otherwise.
     */
     bool SetDirectory(const wxString& directory);
 
     /**
         Selects a certain file.
-        
+
         @returns Returns @true on success, @false otherwise
     */
     bool SetFilename(const wxString& filename);
@@ -170,6 +169,7 @@ public:
 };
 
 
+
 /**
     @class wxFileCtrlEvent
     @wxheader{filectrl.h}
@@ -212,3 +212,4 @@ public:
     */
     wxFileCtrlEvent::SetFiles(const wxArrayString files);
 };
+