Help with emitting signals!
- From: Sebastià Matas Riera <ssebastia yahoo com>
 
- To: gtk-list redhat com
 
- Subject: Help with emitting signals!
 
- Date: Tue, 18 Jan 2000 02:54:04 +0100
 
Hi I need some help.
I'm trying to update a drawingarea, from a function, and then make the
update visible raising the
signal "expose_event" on that windowarea.
I'm raising a signal with:
            void   gtk_signal_emit_by_name		  (GtkObject	       *object,
 												   const gchar	       *name,
 												  					   ...);
 												  					
 												  					
And I'm having a problem, when I use it this way:
    gkt_signal_emit_by_name( drawingarea, "expose_event" );
    It says:
             Gtk-WARNING **: gtk_signal_collect_params(): invalid NULL
pointer for return argument type `gboolean'
    And continues the execution, BUT DOESN'T emit the signal!
    And when I use it this other way:
        gkt_signal_emit_by_name( drawingarea, "expose_event", NULL );
        or
        gkt_signal_emit_by_name( drawingarea, "expose_event", TRUE );
	It says:
           Gdk-Message: ** ERROR **: sigsegv caught
Any hint on what happens? The problem is that I don't know how to use
gtk_signal_emit_by_name properly.
Thanks in advance.
Ssebastià.
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]