Re: HELP??? Dialog Window



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]