]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/zstream.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / zstream.h
index 205c6bcc14ee057f87b1ed8b7918a868f46b5fc9..f3b2cf144d1ba07e66541916d4c7533f9d2f394e 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxZlibOutputStream
-    @wxheader{zstream.h}
 
     This stream compresses all data written to it. The compressed output can be
     in zlib or gzip format.
@@ -58,7 +57,6 @@ public:
 
 /**
     @class wxZlibInputStream
-    @wxheader{zstream.h}
 
     This filter stream decompresses a stream that is in zlib or gzip format.
     Note that reading the gzip format requires zlib version 1.2.1 or greater,