[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: How to make a window unresizable?
|
Thanks very much!
"Ali Naddaf" <ali@xxxxxxxxxx> ??????:ekjag3$oh9$1@xxxxxxxxxxxxxxxxxxxx
> If you mean you want to create a shell that is not resizable, then use a
> more restrictive style in the constructor, for example
>
> new Shell(display, SWT.CLOSE)
>
> doesn't allow you resize the shell.
>
> HTH,
> Ali.
>
> Lazytiger wrote:
>> Hello everyone,
>> I have search the API and I still don't know how, could anybody help
>> me?
>>