|
From: Kevin W. <kw...@co...> - 2007-10-30 22:09:41
|
Joe English wrote: > > Tile will use "hitheme" as the default theme if it's available, > otherwise fall back to "aqua" (which should only happen on OSX 10.2). > > The current plan is to keep all the QuickDraw/Appearance Manager > code in the "aqua" theme and use (only) Quartz/HITheme APIs in > "hitheme". Initially "hitheme" will just contain elements that > can *only* be implemented with CG, and inherit the rest from "aqua". > We can reimplement the other elements at leisure, and hopefully end up > with a self-contained, all-CG native theme by the time Apple > decides to kill off QuickDraw entirely. > Will these changes allow Tk to be built for 64-bit on OS X? I know that Carbon's GUI bits are 32-bit only, but I'm not sure about CG (its connection to Carbon is a bit hazy to me). -- Kevin Walzer Code by Kevin http://www.codebykevin.com |