On 18/04/16 01:11, peaslee wrote:
I have a subclass of ComposableModel that I would like to keep from being resized by the user. Is this possible?
Sure.
w := (MethodBrowser new
methods: Object methods;
openWithSpec) window.
w beUnresizeable;
removeCollapseBox;
removeExpandBox;
removeMenuBox
Stephan
