MenuPanel.st
changeset 4173 84cae9f6efce
parent 4172 3a90b8082486
child 4183 280e1f0f4030
equal deleted inserted replaced
4172:3a90b8082486 4173:84cae9f6efce
  8537 
  8537 
  8538 !MenuPanel::ScrollActivity methodsFor:'initialization'!
  8538 !MenuPanel::ScrollActivity methodsFor:'initialization'!
  8539 
  8539 
  8540 initialize
  8540 initialize
  8541 
  8541 
  8542     semaLock := RecursionLock new.
  8542     semaLock := RecursionLock new name:'MenuPanel ScrollActivity'.
  8543     icons    := Array new:4.
  8543     icons    := Array new:4.
  8544 ! !
  8544 ! !
  8545 
  8545 
  8546 !MenuPanel::ScrollActivity methodsFor:'queries'!
  8546 !MenuPanel::ScrollActivity methodsFor:'queries'!
  8547 
  8547 
  8653 ! !
  8653 ! !
  8654 
  8654 
  8655 !MenuPanel class methodsFor:'documentation'!
  8655 !MenuPanel class methodsFor:'documentation'!
  8656 
  8656 
  8657 version
  8657 version
  8658     ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.545 2013-02-04 16:41:11 cg Exp $'
  8658     ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.546 2013-02-08 18:41:11 stefan Exp $'
  8659 !
  8659 !
  8660 
  8660 
  8661 version_CVS
  8661 version_CVS
  8662     ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.545 2013-02-04 16:41:11 cg Exp $'
  8662     ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.546 2013-02-08 18:41:11 stefan Exp $'
  8663 ! !
  8663 ! !
  8664 
  8664 
  8665 
  8665 
  8666 MenuPanel initialize!
  8666 MenuPanel initialize!