# HG changeset patch # User Claus Gittinger # Date 1052319849 -7200 # Node ID 4f34d55dae210a8d9b1d2ce47a5a5035a454dd60 # Parent 051bafb8e06cddfbc3e4506d8ac4370c6fc92e53 method category rename diff -r 051bafb8e06c -r 4f34d55dae21 MenuPanel.st --- a/MenuPanel.st Wed May 07 17:01:46 2003 +0200 +++ b/MenuPanel.st Wed May 07 17:04:09 2003 +0200 @@ -2898,7 +2898,7 @@ super sizeChanged:how ! ! -!MenuPanel methodsFor:'event handling processing'! +!MenuPanel methodsFor:'event handling-processing'! clearImplicitGrab implicitGrabView := lastPointerView := nil. @@ -7372,7 +7372,7 @@ !MenuPanel class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.365 2003-04-25 00:09:09 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.366 2003-05-07 15:04:09 cg Exp $' ! ! MenuPanel initialize!