X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..b2c31e32de4376d44852e2e9db7be028e383676a:/interface/filectrl.h diff --git a/interface/filectrl.h b/interface/filectrl.h index 47403cd33c..fbad3f4a9a 100644 --- a/interface/filectrl.h +++ b/interface/filectrl.h @@ -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); }; +