Stephan Eggermont wrote
> 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

The ComposableModel class does not appear to have these methods. I can get a
SystemWindow to work, but then I cannot see how to get the widgets in.



--
View this message in context: 
http://forum.world.st/Make-Window-Not-Sizable-tp4890496p4890906.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to