Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Table.setLayout() - does it work?

From the JavaDoc:

Note that although this class is a subclass of |Composite|, it does not make sense to add |Control| children to it, or set a layout on it.

Minh Chiem wrote:

The table class inherits the setLayout() method from composite. Can you actually set layout managers on a table (not LayoutData) ?


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





Back to the top