initial checkin
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 01:47:28 +0100
changeset 5265 3a886a752b29
parent 5264 8132c8522fef
child 5266 e4cec989cce3
initial checkin
AdwaitaToolbarIconLibrary.st
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AdwaitaToolbarIconLibrary.st	Sat Feb 21 01:47:28 2015 +0100
@@ -0,0 +1,65 @@
+"
+ COPYRIGHT (c) 2015 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+"{ Package: 'stx:libwidg' }"
+
+"{ NameSpace: Smalltalk }"
+
+VistaToolbarIconLibrary subclass:#AdwaitaToolbarIconLibrary
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Smalltalk'
+!
+
+!AdwaitaToolbarIconLibrary class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2015 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    ToolbarIconLibrary := AdwaitaToolbarIconLibrary
+
+    This is a style specific icon library for the Adwaita 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 only add here.
+        For every icon-method here, there MUST be a corresponding (albeit
+        possibly ugly) icon-method in GenericToolBarIcon.
+"
+! !
+
+!AdwaitaToolbarIconLibrary class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/AdwaitaToolbarIconLibrary.st,v 1.1 2015-02-21 00:47:28 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/AdwaitaToolbarIconLibrary.st,v 1.1 2015-02-21 00:47:28 cg Exp $'
+! !
+