Re: Using xwt.clone to theme
David Crawshaw <[email protected]> Tue, 10 Feb 2004 10:34:36 +1000
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On 10/02/2004, at 10:25 AM, Charles Goodwin wrote:
> This doesn't work David. Apparrently there's "4 different things wrong
> with it."
Yeah, sorry about that. Took one too many shortcuts.
var ibex_world = ibex.clone(ibex);
var ibex_res = ibex.clone(ibex..ibex);
ibex_res.theme ++= function() { return ibex..org.ibex.theme.win2k; }
ibex_world..ibex ++= function() { return ibex_res; }
ibex_world..org.ibex.test.main(ibex.box);
I've tested this to work here.
These ibex's are starting to make my head spin...
-- d