Re: "final" widgets?
Charles Goodwin <[email protected]> Wed, 08 Oct 2003 09:14:47 +0100
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Organization | XWT Foundation |
| Message-ID | <[email protected]> |
Tupshin Harper wrote: > Is there a notion of "finality" when it comes to box widgets? > Specifically, are there widgets for which it makes no sense to place > other widgets inside of them (bevel comes to mind), and if so, is this > enforced anywhere? Yes, where the redirect = null. However, you're mistaken with bevel. Bevel is intended to be wrapped around other widgets. I think you're referring more to things like radio and check, and even then it makes more sense to set the redirect to where the label would be so you're not forcing a limit on the user. > Also, are there widgets that should only contain a > restricted list of other widget types? Um, hmm, I'll get back to you on that one. - Charlie