nt.def
author Claus Gittinger <cg@exept.de>
Sat, 12 May 2018 14:25:01 +0200
changeset 8362 573b5a8cc1c5
parent 4556 e53583f7a902
permissions -rw-r--r--
#REFACTORING by cg class: KeyboardForwarder comment/format in: #checkCondition:key:view: #keyPress:x:y:view: changed: #keyRelease:x:y:view: class: KeyboardForwarder class comment/format in: #from:to: #from:toView: #to: #to:condition: #to:condition:filter: #toView: #toView:condition: #toView:condition:filter:

LIBRARY         stx_libview
DESCRIPTION     'Smalltalk/X View classes'
VERSION         3.5
CODE            EXECUTE READ
DATA            READ WRITE
SECTIONS
    INITCODE    READ EXECUTE
    INITDATA    READ WRITE
EXPORTS
    _stx_libview_Init