WindowsIconReader.st
changeset 1805 93f557cbe600
parent 1790 41f36b5a29c3
child 1846 d29322944b05
--- a/WindowsIconReader.st	Mon Sep 01 11:52:06 2003 +0200
+++ b/WindowsIconReader.st	Mon Sep 01 16:47:57 2003 +0200
@@ -356,7 +356,7 @@
     "Modified: / 3.2.1998 / 20:21:16 / cg"
 ! !
 
-!WindowsIconReader methodsFor:'reading from file'!
+!WindowsIconReader methodsFor:'reading'!
 
 fromOS2File:aFilename
     "read an image from an OS/2 BMP file"
@@ -822,7 +822,9 @@
     "
 
     "Modified: / 18.5.1999 / 15:40:00 / cg"
-!
+! !
+
+!WindowsIconReader methodsFor:'reading-private'!
 
 readColorMap:nColors numBytesPerColor:nRawBytesPerColor from:aStream
     "read the colormap; notice: its in BGR order (sigh)."
@@ -858,7 +860,7 @@
         blueVector:bMap.
 ! !
 
-!WindowsIconReader methodsFor:'writing to file'!
+!WindowsIconReader methodsFor:'writing'!
 
 save:image onFile:aFileName
     "save image as BMP file on aFileName.
@@ -1104,7 +1106,7 @@
 !WindowsIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.55 2003-08-18 22:33:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.56 2003-09-01 14:47:47 cg Exp $'
 ! !
 
 WindowsIconReader initialize!