Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Applying CSS to dialogs...


> What is the current plan for applying CSS style sheets to new widgets
> that are constructed such as dialogs?


There's been no real discussion.  If in e4 1.0 we get notification of widget creation from SWT then I think we're there. Otherwise we need some explicit styling step post dialog widget creation.  This could be part of some declarative UI approach, as it is for the modelled UI, but we'd need some backwards compatible support as well.

> A new ElementAdapter subclass
> could be created to take Displays into account and return its child
> Shells but that assumes that all windows are open upon application
> construction. Will new API be introduced similar to Dialog's
> applyDialogFont(Control) method (which everybody forgets to call on
> their dialogs once in their lifetime)?

This is worth considering.  Open a bug?

Kevin

Back to the top