Re: HELP??? Dialog Window
- From: Havoc Pennington <hp redhat com>
- To: Esteban Quijano Vincenzi <Esteban Quijano artinsoft com>
- Cc: gtk-list gnome org
- Subject: Re: HELP??? Dialog Window
- Date: 01 Aug 2001 17:06:43 -0400
Esteban Quijano Vincenzi <Esteban Quijano artinsoft com> writes:
> Well, as a matter of fact I think the event param is not necessary.
> You can do something like this:
>
> gtk_signal_emit_by_name(GTK_OBJECT(widget), "delete-event", data_pointer,
> &bool_result);
>
> or just:
>
> gtk_signal_emit_by_name(GTK_OBJECT(widget), "delete-event");
>
> Please somebody correct me if I'm wrong with this.
>
You are wrong. ;-)
This will end up causing memory corruption due to junk pointers being
passed around.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]