VistaToolbarIconLibrary.st
changeset 5170 1a696fa5a281
parent 5036 595a512d636c
child 5215 a461a00a19a2
--- a/VistaToolbarIconLibrary.st	Sun Nov 23 14:55:38 2014 +0100
+++ b/VistaToolbarIconLibrary.st	Sun Nov 23 14:56:41 2014 +0100
@@ -38,6 +38,12 @@
 "
     ToolbarIconLibrary := VistaToolbarIconLibrary
 
+    This is a style specific icon library for a vista look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
     Notice and Warning:
         only redefine existing icons here; never add ionly to here.
         For every icon-method here, there MUST be a corresponding (albeit
@@ -992,10 +998,10 @@
 !VistaToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.12 2014-05-23 08:16:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.13 2014-11-23 13:56:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.12 2014-05-23 08:16:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.13 2014-11-23 13:56:41 cg Exp $'
 ! !