Re: [gtk-list] Early difficulty
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Early difficulty
- Date: Thu, 10 Dec 1998 10:31:44 -0600 (CST)
On Thu, 10 Dec 1998, Mihai Christodorescu wrote:
>
> gtk_signal_emit_by_name( GTK_OBJECT( main_window ), "delete_event" );
>
> The callback for the delete event for the main window gets called, but I
> get a GDK segv:
>
> Gdk-Message:
> ** ERROR **: sigsegv caught
>
I would guess that you need more arguments to gtk_signal_emit_by_name() -
in particular, I think delete_event returns a value, so you have to
pass the address of a location to store the returned value.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]