Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] resize the non-resizable shell

SWT.RESIZE is required to resize the shell....

Thanks
Arunachalam

-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Camilla Orlandi
Sent: Tuesday, October 25, 2005 9:28 PM
To: swt mailing list
Subject: [platform-swt-dev] resize the non-resizable shell

hi all
I am developing the gui of a wizard. I use a central shell and some 
different composites for storing the controls into the shell.
I have the need to mantain the shell non-non resizable for the first 4 
operations, and to let the user resize it from the 5th one.
to constructthe shell I use:

Display d=new Display();
 Shell s=new Shell(d, SWT.CLOSE | SWT.MIN);

now I'm wondering if there is a method or a mean to set the s shell as 
resizable after a while
could anyone help me?

thank you in advance
ciao
Camilla
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top