ScrollableView.st
branchdelegated_gc_hg
changeset 5128 787b617a99e5
parent 5073 f175c1bfb3b0
child 5407 41be4608be41
equal deleted inserted replaced
5085:52e9f87d45c8 5128:787b617a99e5
  1418     super keyPress:key x:x y:y
  1418     super keyPress:key x:x y:y
  1419 
  1419 
  1420     "Created: 6.3.1997 / 18:06:23 / cg"
  1420     "Created: 6.3.1997 / 18:06:23 / cg"
  1421 !
  1421 !
  1422 
  1422 
       
  1423 requestAutoAccept
       
  1424     "request to accept: this is invoked when a dialog closes via accept or cancel.
       
  1425      This forces my value to be accepted into my model.
       
  1426      Any widget may suppress the ok/cancel, by returning false."
       
  1427 
       
  1428     ^ scrolledView requestAutoAccept
       
  1429 !
       
  1430 
  1423 sizeChanged:how
  1431 sizeChanged:how
  1424     "handle size changes - this may change any scrollBars visibility"
  1432     "handle size changes - this may change any scrollBars visibility"
  1425 
  1433 
  1426     |orgX orgY thV thH scrollH scrollV|
  1434     |orgX orgY thV thH scrollH scrollV|
  1427 
  1435 
  2389 ! !
  2397 ! !
  2390 
  2398 
  2391 !ScrollableView class methodsFor:'documentation'!
  2399 !ScrollableView class methodsFor:'documentation'!
  2392 
  2400 
  2393 version
  2401 version
  2394     ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.152 2014-05-08 00:25:15 cg Exp $'
  2402     ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $'
  2395 !
  2403 !
  2396 
  2404 
  2397 version_CVS
  2405 version_CVS
  2398     ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.152 2014-05-08 00:25:15 cg Exp $'
  2406     ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $'
  2399 ! !
  2407 ! !
  2400 
  2408