diff -r 52e9f87d45c8 -r 787b617a99e5 ScrollableView.st --- a/ScrollableView.st Sun May 18 09:45:08 2014 +0100 +++ b/ScrollableView.st Mon Sep 08 17:03:09 2014 +0100 @@ -1420,6 +1420,14 @@ "Created: 6.3.1997 / 18:06:23 / cg" ! +requestAutoAccept + "request to accept: this is invoked when a dialog closes via accept or cancel. + This forces my value to be accepted into my model. + Any widget may suppress the ok/cancel, by returning false." + + ^ scrolledView requestAutoAccept +! + sizeChanged:how "handle size changes - this may change any scrollBars visibility" @@ -2391,10 +2399,10 @@ !ScrollableView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.152 2014-05-08 00:25:15 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.152 2014-05-08 00:25:15 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.153 2014-06-23 13:02:55 cg Exp $' ! !