Pass keystrokes to other window
- From: Santiago Capel Torres <bluefish ono com>
- To: gtk-app-devel-list gnome org
- Subject: Pass keystrokes to other window
- Date: Tue, 04 Dec 2001 02:28:37 -0100
Hello list: some time ago I sent a message asking how could I resend a message
to another window. I have made this and it is working, but I would like to know
if this is correct:
gdk_window_unref(event->window);
event->window = otherwindow;
gdk_window_ref(event->window);
gdk_event_put(event);
It works well... till now.
regards
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]