Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] scroll composite clipping area

I don't think you are using the term clipping area correctly in your 
question.  Clipping area defines the area for painting when a widget is 
damaged and is smaller than the size of the display which is quite a bit 
smaller than 32565x32565.

I am guessing that you are asking about the size of the contents of 
ScrolledComposite.  There is no direct limitation on 
ScrolledComposite.setMinSize but there is a limitation on the size of a 
widget on Windows which is 32767 x 32767 (may vary between machines). 
Since you size the contents of the ScrolledComposite to be the max size, 
this implies a limitation on setMinSize.





"Timar Laurentia" <laurentia.timar@xxxxxxxxxxx> 
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
01/10/2005 02:50 AM
Please respond to
platform-swt-dev


To
<platform-swt-dev@xxxxxxxxxxx>
cc

Subject
[platform-swt-dev] scroll composite clipping area






Hello, hello,

It is possible to get a clipping area of a scroll composite more than
int size (32565) ? 

Regards,
Laurentia Timar
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top