UIPainter.st
changeset 1712 4badda593e48
parent 1710 4d81ff7b3412
child 1714 f57812a56d17
equal deleted inserted replaced
1711:548d690e780f 1712:4badda593e48
    13 
    13 
    14 "{ Package: 'stx:libtool2' }"
    14 "{ Package: 'stx:libtool2' }"
    15 
    15 
    16 ToolApplicationModel subclass:#UIPainter
    16 ToolApplicationModel subclass:#UIPainter
    17 	instanceVariableNames:'specClass specSelector specSuperclass aspects treeView
    17 	instanceVariableNames:'specClass specSelector specSuperclass aspects treeView
    18 		selectionPanel tabSelection modified specTool layoutTool helpTool
    18 		selectionPanel tabSelection modified specTool layoutTool helpTool'
    19 		autoAcceptOnSelectionChange'
       
    20 	classVariableNames:''
    19 	classVariableNames:''
    21 	poolDictionaries:''
    20 	poolDictionaries:''
    22 	category:'Interface-UIPainter'
    21 	category:'Interface-UIPainter'
    23 !
    22 !
    24 
    23