RE: [gtk-list] Peculiar problem
- From: Rajat Datta <rajat ix netcom com>
- To: gtk-list redhat com
- Subject: RE: [gtk-list] Peculiar problem
- Date: Wed, 12 Nov 1997 00:00:27 -0600 (CST)
On 12-Nov-97 Gregory Saunders wrote:
>I have been looking at GTK+ and it's very good. However I have one interesting
>problem.
>
>Even when I set up a window to intercept the "destroy" signal and close
>itself, I cannot close a window using my normal window manager functions.
>
>I'm using fvwm95, but I've also tried mwm and fvwm2. The system is solaris
>2.5.1.
Try delete_event. As in
gtk_signal_connect( GTK_OBJECT(window), "delete_event",
GTK_SIGNAL_FUNC(close_application), NULL );
rajat
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]