<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mike Hearn wrote:
<blockquote cite="mid1110667008.3398.47.camel@littlegreen" type="cite">
  <pre wrap="">On Sat, 2005-03-12 at 22:15 +0000, Oliver Stieber wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">The only problem I can see would be drawing the
widgets, I haven't looked deeply enough into QT or GTK
to know if it's more on the 'impossible' side of
difficult or not.

Wrapping the event loop and passing events should be
relatively easy.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You have feature mismatches, eg GtkTextBuffer cannot do some things the
richedit control can, Win32 menus can't do some things that GTK can etc
etc. Also getting the message/paint sync especially for subclassed
windows would be impossible. Basically we have to do our own widgets, we
can't actually map win32 widgets to some other toolkit. 

It was tried, back in the early days of the project (to Tk). But it
failed.

  </pre>
  <blockquote type="cite">
    <pre wrap="">That doesn't sound too hard, I don't know how well
defined Gnome and QT's accessibility interfaces are
but I think QT's coming along quite well it would be
nice is everything got Dbused though.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well the Qt/KDE a11y stuff is integrating with the GNOME APIs, as Sun
developed the a11y infrastructure on Linux basically for GNOME. It's
based on CORBA and yes it's quite well defined.

thanks -mike



.

  </pre>
</blockquote>
<font size="-1">Couldn't you just wrap the theme engine, like the
GTK-Qt Theme Engine does?<br>
<br>
--Mitchell Mebane</font><br>
<br>
<pre class="moz-signature" cols="72">-- 
The roots of education are bitter, but the fruit is sweet.
--Aristotle</pre>
</body>
</html>