Re: using gtk in non-gtk apps

2006-09-20 Thread Ed Catmur
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

Re: using gtk in non-gtk apps

2006-09-20 Thread Michael Ekstrand
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

using gtk in non-gtk apps

2006-09-20 Thread T
Hello all, We are transitioning to a platform-independent UI (i.e. using gtk). So far, we only want to use gtk in new widgets (such as new dialogs) and not change the main applications yet. But I am having problems integrating my first dialog using GtkDialog. On linux (using motif), I have gott