From: Patrick Pell? <[EMAIL PROTECTED]> > > the thing is that I am working on a big application > with is using Motif for the IHM part... > > I have made a 'colorSelection' like object (in 'C') > and I would like to make the two application comunicate... > > Like U chose the color in the GTK frame , and this changes the color of a > button in the Motif Frame...
Sounds like it might be easier to fork() off another process, run the gtk bit in that, and have them communicate via pipes. Ron Steinke _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
