]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fs_mem.h
added native GTK implementation of wxCalendarCtrl (modified patch 1925439)
[wxWidgets.git] / interface / fs_mem.h
index 7c33133036323c081caca0c5d1c7882b49fa42d0..b534e8af32b0b303e10280d04b285b9812390801 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        fs_mem.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        fs_mem.h
-// Purpose:     documentation for wxMemoryFSHandler class
+// Purpose:     interface of wxMemoryFSHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -61,8 +61,7 @@
     @library{wxbase}
     @category{FIXME}
 
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxMemoryFSHandler::AddFileWithMimeType
+    @see wxMemoryFSHandler::AddFileWithMimeType
 */
 class wxMemoryFSHandler : public wxFileSystemHandler
 {
 */
 class wxMemoryFSHandler : public wxFileSystemHandler
 {
@@ -81,8 +80,8 @@ public:
         The @a type argument is one of @c wxBITMAP_TYPE_XXX constants.
         Note that you must use a @a type value (aka image format)
         that wxWidgets can save (e.g. JPG, PNG, see wxImage
         The @a type argument is one of @c wxBITMAP_TYPE_XXX constants.
         Note that you must use a @a type value (aka image format)
         that wxWidgets can save (e.g. JPG, PNG, see wxImage
-        documentation)!
-        
+        documentation())!
+
         @see AddFileWithMimeType()
     */
     static void AddFile(const wxString& filename, wxImage& image,
         @see AddFileWithMimeType()
     */
     static void AddFile(const wxString& filename, wxImage& image,
@@ -97,8 +96,9 @@ public:
         Like AddFile(), but lets you explicitly
         specify added file's MIME type. This version should be used whenever you know
         the MIME type, because it makes accessing the files faster.
         Like AddFile(), but lets you explicitly
         specify added file's MIME type. This version should be used whenever you know
         the MIME type, because it makes accessing the files faster.
-        This function is new since wxWidgets version 2.8.5
-        
+
+        @wxsince{2.8.5}
+
         @see AddFile()
     */
     static void AddFileWithMimeType(const wxString& filename,
         @see AddFile()
     */
     static void AddFileWithMimeType(const wxString& filename,
@@ -115,3 +115,4 @@ public:
     */
     static void RemoveFile(const wxString& filename);
 };
     */
     static void RemoveFile(const wxString& filename);
 };
+