class: XPToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Sun, 23 Nov 2014 14:55:21 +0100
changeset 5168 cc0066d863f6
parent 5167 f2c0d164d05f
child 5169 b39168954868
class: XPToolbarIconLibrary comment/format in: #documentation
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Sun Nov 23 14:44:23 2014 +0100
+++ b/XPToolbarIconLibrary.st	Sun Nov 23 14:55:21 2014 +0100
@@ -38,6 +38,12 @@
 "
     ToolbarIconLibrary := XPToolbarIconLibrary.
 
+    This is a style specific icon library for an XP 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
@@ -6700,10 +6706,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.124 2014-05-23 09:31:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.125 2014-11-23 13:55:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.124 2014-05-23 09:31:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.125 2014-11-23 13:55:21 cg Exp $'
 ! !