istribution,
on my Linux 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, 0
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
Hi Kevin,
thank you for the feedback.
But your code snippet fails in my case, see below:
Kevin DeKorte wrote:
On Thursday 31 March 2005 12:21 pm, Marcel Ruff wrote:
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
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);
--