PopUpMenu.st
changeset 959 331da6bc19ec
parent 878 b1b2839ff515
child 962 1f1033090efe
equal deleted inserted replaced
958:b75025112346 959:331da6bc19ec
   661 ! !
   661 ! !
   662 
   662 
   663 !PopUpMenu class methodsFor:'defaults'!
   663 !PopUpMenu class methodsFor:'defaults'!
   664 
   664 
   665 updateStyleCache
   665 updateStyleCache
       
   666     "extract values from the styleSheet and cache them in class variables"
       
   667 
   666     <resource: #style (#popupHideOnRelease)>
   668     <resource: #style (#popupHideOnRelease)>
   667 
   669 
   668     DefaultHideOnRelease := StyleSheet at:#popupHideOnRelease default:true.
   670     DefaultHideOnRelease := StyleSheet at:#popupHideOnRelease default:true.
   669 
   671 
   670     "Modified: 30.4.1996 / 16:59:25 / cg"
   672     "Modified: 17.1.1997 / 23:19:29 / cg"
   671 ! !
   673 ! !
   672 
   674 
   673 !PopUpMenu methodsFor:'ST-80 activation'!
   675 !PopUpMenu methodsFor:'ST-80 activation'!
   674 
   676 
   675 startUp
   677 startUp
  1278 ! !
  1280 ! !
  1279 
  1281 
  1280 !PopUpMenu class methodsFor:'documentation'!
  1282 !PopUpMenu class methodsFor:'documentation'!
  1281 
  1283 
  1282 version
  1284 version
  1283     ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.57 1996-11-09 17:36:48 ca Exp $'
  1285     ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.58 1997-01-17 22:27:31 cg Exp $'
  1284 ! !
  1286 ! !