On Wed, 2006-09-20 at 11:46 -0400, T wrote:
> I haven't seen any documentation or discussion in whether gtk can work
> with non-gtk widgets/windows in same application. Is this possible?
You need to combine the event loops. Gtk+ uses the GLib event loop,
while Motif uses the Xt event loop.
The w
On Sep 20, 2006, at 10:46 AM, T wrote:
> I haven't seen any documentation or discussion in whether gtk can work
> with non-gtk widgets/windows in same application. Is this possible?
I'm 99.5% sure that it isn't, at least not in any clean or reliable
manner. Basically, you'd create a situation