plusocket
- From: George Zervas <gz4 doc ic ac uk>
- To: gtk-list redhat com
- Subject: plusocket
- Date: Thu, 21 May 1998 15:57:22 +0000
Hi all,
I have noticed that the plugsocket code works well for fvwm but not for
windowmaker. Plusocket-0.1 under windowmaker needs the target window to
be stolen twice before it appears inside the container. The folowing
versions (.2,.3) just move the target window a bit and do nothing else.
Is there any fix for that?
On a different note, how can I capture key press events over a drawing
area. I tried using:
gtk_signal_connect (GTK_OBJECT (drawing_area), "key_press_event",
GTK_SIGNAL_FUCN(key_press), NULL);
and then I have (well before actually but anyway...)
static gint
key_press (GtkWidget *widget, GdkEventKey *event)
{
...
}
but the events do not seem to happen when keys are pressed. Am I missing
something?
TIA, Giorgos.
--------------------------------------
http://www-students.doc.ic.ac.uk/~gz4/
--------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]