diff -r f88dcfe07c87 -r cfbd32394b80 VariablePanelController.st --- a/VariablePanelController.st Thu Nov 19 13:04:01 1998 +0100 +++ b/VariablePanelController.st Thu Nov 19 13:06:39 1998 +0100 @@ -48,6 +48,18 @@ !VariablePanelController class methodsFor:'defaults'! +opaqueResize + "return the sopaque-resizing flag setting. + If off (the default), the resizing takes place at the end of + the handle move operation (when the mouse button is released). + If on, the resizing is syncronous with the move. + On slow machines, it may make sense to leave it off." + + ^ OpaqueResize + + "Created: / 19.11.1998 / 12:35:26 / cg" +! + opaqueResize:aBoolean "set/clear opaque-resizing. If off (the default), the resizing takes place at the end of @@ -315,5 +327,5 @@ !VariablePanelController class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.17 1998-11-13 14:20:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.18 1998-11-19 12:06:39 cg Exp $' ! !