DarkVaderToolbarIconLibrary.st
author Claus Gittinger <cg@exept.de>
Wed, 18 Dec 2019 10:57:25 +0100
changeset 6767 3cf55e16d823
parent 6404 5fcb23c5583f
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: Windows8ToolbarIconLibrary class added: #fileTypeVideoIcon removed: #fileTypeVideosIcon changed: #fileTypeCPlusPlusSourceIcon #fileTypeCSourceIcon #fileTypeHeaderFileIcon #fileTypeJavaScriptSourceIcon #fileTypeJavaSourceIcon #fileTypeLispSourceIcon #fileTypeSmalltalkSourceIcon

"{ Package: 'stx:libwidg' }"

"{ NameSpace: Smalltalk }"

MacOSX2ToolbarIconLibrary subclass:#DarkVaderToolbarIconLibrary
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Interface-Smalltalk'
!

!DarkVaderToolbarIconLibrary class methodsFor:'documentation'!

documentation
"
    unfinished experiment

    [author:]
        Claus Gittinger

    [instance variables:]

    [class variables:]

    [see also:]

"
! !

!DarkVaderToolbarIconLibrary class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !