I have a class called XClient written with the Xt (X Tools Intrinsic library) to setup a multisocketed connection. This XClient class was meant for OSF/Motif GUIs to extend XClient (so the GUI could talk on sockets).
I am trying to migrate into a GTK+ environment which does NOT use the Xt library for portability reasons. Is it still possible to create a wrapper to allow GTK+ use Xt library calls or is that a no no?