__saint
Joined: 14 Apr 2006 Posts: 1
|
Posted: Fri Apr 14, 2006 8:47 am Post subject: converting GTKWidget to Widget (Moftif) |
|
|
Hi, everyone.
I have a little question. I need to create a widget using XtVaCreateManagedWidget(...) function from libXt.so.6 library. This function needs a parent Widget to e passed to it. I use GTK port of wxWidgets to create my GUI and that's why I have only GTKWidget's handles of my windows, so I can't create a child widget sing XtVaCreateManagedWidget. Are there any ways to convert GTKWidget to Widget or to force XtVaCreateManagedWidget to use GTKWidgets?
P.S. if I use Moftif port of wxWidgets all works good, but looks __very__ ugly :)
Thanks in advance. |
|