]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/zipstrm.h
added test of focusing/selecting another item
[wxWidgets.git] / interface / zipstrm.h
index 77de1f552f13dcc184581e6c55c999e43c63ae94..db06ccb07c1ef98383bbe01258435486ae5e8a27 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        zipstrm.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        zipstrm.h
-// Purpose:     documentation for wxZipNotifier class
+// Purpose:     interface of wxZipNotifier
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -25,8 +25,7 @@
     @library{wxbase}
     @category{FIXME}
 
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_wxarcnoseek "Archives on non-seekable streams", wxZipEntry,
+    @see @ref overview_wxarcnoseek "Archives on non-seekable streams", wxZipEntry,
     wxZipInputStream, wxZipOutputStream
 */
 class wxZipNotifier
     wxZipInputStream, wxZipOutputStream
 */
 class wxZipNotifier
@@ -40,6 +39,7 @@ public:
 };
 
 
 };
 
 
+
 /**
     @class wxZipEntry
     @wxheader{zipstrm.h}
 /**
     @class wxZipEntry
     @wxheader{zipstrm.h}
@@ -49,8 +49,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", wxZipInputStream,
+    @see @ref overview_wxarc "Archive formats such as zip", wxZipInputStream,
     wxZipOutputStream, wxZipNotifier
 */
 class wxZipEntry : public wxArchiveEntry
     wxZipOutputStream, wxZipNotifier
 */
 class wxZipEntry : public wxArchiveEntry
@@ -204,7 +203,7 @@ public:
 
     //@{
     /**
 
     //@{
     /**
-        Sets the notifier for this entry.
+        Sets the notifier() for this entry.
         Whenever the wxZipInputStream updates
         this entry, it will then invoke the associated
         notifier's wxZipNotifier::OnEntryUpdated
         Whenever the wxZipInputStream updates
         this entry, it will then invoke the associated
         notifier's wxZipNotifier::OnEntryUpdated
@@ -226,6 +225,7 @@ public:
 };
 
 
 };
 
 
+
 /**
     @class wxZipInputStream
     @wxheader{zipstrm.h}
 /**
     @class wxZipInputStream
     @wxheader{zipstrm.h}
@@ -245,8 +245,8 @@ public:
     @library{wxbase}
     @category{streams}
 
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", wxZipEntry, wxZipOutputStream
+    @see @ref overview_wxarc "Archive formats such as zip", wxZipEntry,
+    wxZipOutputStream
 */
 class wxZipInputStream : public wxArchiveInputStream
 {
 */
 class wxZipInputStream : public wxArchiveInputStream
 {
@@ -305,6 +305,7 @@ public:
 };
 
 
 };
 
 
+
 /**
     @class wxZipClassFactory
     @wxheader{zipstrm.h}
 /**
     @class wxZipClassFactory
     @wxheader{zipstrm.h}
@@ -315,9 +316,8 @@ public:
     @library{wxbase}
     @category{FIXME}
 
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", @ref overview_wxarcgeneric
-    "Generic archive programming", wxZipEntry, wxZipInputStream, wxZipOutputStream
+    @see @ref overview_wxarc "Archive formats such as zip", @ref
+    overview_wxarcgeneric "Generic archive programming", wxZipEntry, wxZipInputStream, wxZipOutputStream
 */
 class wxZipClassFactory : public wxArchiveClassFactory
 {
 */
 class wxZipClassFactory : public wxArchiveClassFactory
 {
@@ -326,6 +326,7 @@ public:
 };
 
 
 };
 
 
+
 /**
     @class wxZipOutputStream
     @wxheader{zipstrm.h}
 /**
     @class wxZipOutputStream
     @wxheader{zipstrm.h}
@@ -340,8 +341,8 @@ public:
     @library{wxbase}
     @category{streams}
 
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", wxZipEntry, wxZipInputStream
+    @see @ref overview_wxarc "Archive formats such as zip", wxZipEntry,
+    wxZipInputStream
 */
 class wxZipOutputStream : public wxArchiveOutputStream
 {
 */
 class wxZipOutputStream : public wxArchiveOutputStream
 {
@@ -438,3 +439,4 @@ public:
     */
     void SetComment(const wxString& comment);
 };
     */
     void SetComment(const wxString& comment);
 };
+