Billy Patton <[EMAIL PROTECTED]> writes:
> I'm able to emit a signal by name and get it to go to the correct
> location
> but it dies with a page fault immediately. I put printf's inside and it
> runs tryough the
> entire function called but does not return the the location where signal
> was emitted.
>
You can't just emit signals, signal emission is essentially a private
method on objects. You have to use exported public methods that emit
signals as a side effect. For example, to emit configure_event, use
gtk_widget_event() to send the event to the widget.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list