base theme, separate img/svg namespace?

Charles Goodwin <[email protected]> Wed, 18 Feb 2004 03:19:22 +0000
Newsgroups gmane.comp.java.xwt.widgets
Organization XWT Foundation
Message-ID <[email protected]>
I wondering whether we should have:

org.ibex.theme.img-base
...............svg-base

or just have: org.ibex.theme.base

I say this because there's quite a bit of common functionality that we
don't really want to copy for every theme (things like "tab" for
focusing or "up"/"down" for a selection group) but are not distinct to
images- or svg-based widgets.

So it might actually be more logical from the 'where the [bleep] is
that' perspective to just dump it all in a 'base' namespace and simple
name those files which do differ between img/svg with a -img/-svg
prefix:

org.ibex.theme.base...
focusable
border-img
border-svg
selectable

etc etc.
-- 
- Charlie

The future of the net - www.xwt.org

Charles Goodwin <[email protected]>
  Member of the XWT Foundation