On 05/04/2010 04:53 PM, Steve Jobs wrote:
> Hi all,
> 
> Obviously, we cannot add all of the qx object to all other qx objects.
> for example, we cannot add table to toolbar or a toolbar to menu etc.
> These may be stupid examples but the point is, there are sensibly some
> restrictions. How can I get information about which of the qx objects
> can be (or cannot be) added to which other qooxdoo objects. Can somebody
> suggest me some document or some other way to get to know about it? Or
> does a developer need to try it and see if it works or not and then
> remember his/her findings? 

I guess there is a simple rule for that: The only objects you can add to
(in the sense of composing a GUI) are containers (qx.ui.container.*).

Containers can take other containers, or "leaf" widgets like toolbars,
trees, buttons, etc.

That's it.
T.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to