[GUI] Re: Know you backends
Wolfgang Jeltsch
wolfgang@jeltsch.net
Thu, 30 Jan 2003 19:17:36 +0100
On Thursday, 2003-01-30, 17:11, CET, Wolfgang Thaller wrote:
> [...]
> GTK currently does not give native look on Mac OS. I'm convinced that i=
t
> will never provide native feel.
The same holds for Windows and certain X11-based desktop environments lik=
e=20
KDE. The actual GTK uses the same implementation on every platform. This=20
implementation is based on GDK which provides a platform-independent=20
interface implemented for different platforms. This interface is at a ver=
y=20
low level (drawing primitives and the like).
> [...]
Wolfgang