Re: widgets plan proposal
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Charles Goodwin <[email protected]> writes: > I also liked the way Rod and I work on a system where the 'behaviour' xwts, > the non-widgets, are split from the actual widgets. It makes it easier to > browse and find what you want, quickly. You have a really good point here. Behaviors logically belong in xwt.lib, yet they should be themeable as well! How about we have xwt.lib.<behavior> postapply xwt.theme.<behavior>? So xwt.lib.focusable postapplies xwt.theme.focusable, which lets themes implement theme-specific focusing behaviors. Also, I want to add an ignore-if-not-found attribute to the pre/post apply element. This way we don't have to have a jillion empty templates in xwt.theme. - a _______________________________________________ http://lists.xwt.org/listinfo/dev