DarkVaderToolbarIconLibrary.st
author Claus Gittinger <cg@exept.de>
Sat, 10 Nov 2018 00:17:13 +0100
changeset 6483 9b874828035a
parent 6404 5fcb23c5583f
permissions -rw-r--r--
#REFACTORING by cg class: HorizontalPanelView added: #computePreferredExtent removed: #preferredExtent changed: #setChildPositions

"{ 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$'
! !