Hey John,

2008/8/8 John Giordano <[EMAIL PROTECTED]>:
> Hello:
>
>   Does anyone know why a WTable object inherits from a WInteractWidget.
>
>   Why doesn't it inherit from a WContainerWidget?

Because it is not clear how it could be, as it cannot not directly
contain other widgets, except as children within each cell
(WTableCell)? What would the following do:

WTable *t = new WTable();
WLineEdit *e = new WLineEdit(t);

where does the line edit end up ?

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to