Re: Newbey Question

2005-04-08 Thread Marcel Ruff
Jamiil Abdullah-Alkadir wrote: Thanks Tristan for you prompt response. I did try your suggestion, but to no avail. After making the changes to my .cpp file, I now get a messages saying: ... error: 'GTK_CALLBACK' undeclared ... Try GTK_SIGNAL_FUNC(Quit) regards Marcel Perhaps this macro was not

Re: Newbey Question

2005-04-08 Thread Marcel Ruff
it is in: linux:~ # rpm -q --whatprovides libXext.so.6 xorg-x11-libs-6.8.1-15.4 regards, Marcel TIA From: Marcel Ruff [EMAIL PROTECTED] To: Jamiil Abdullah-Alkadir [EMAIL PROTECTED], gtk-app-devel-list@gnome.org Subject: Re: Newbey Question Date: Fri, 08 Apr 2005 15:16:52 +0200 Jamiil Abdullah-Alkadir

How to add a GtkWidget to an existing X-Window Widget hierarchy?

2005-03-31 Thread Marcel Ruff
Hi, i'm running on Linux 2.6.8 with gtk-2 and gcc 3.3.4 I have an existing X-Window application (Motif) to which i want to add a GtkWidget. I have for example plain X: Widget w_form = ... guint32 xid = XtWindow(w_form);