GtkObject::emit
int
emit
(string
signal_type
);
Emits the signal signal_type.
signal_type is the name of the signal to emit.
This method is called automatically when an event is triggered. The
signal that is emitted is determined by the event that occured.
See also: emit_stop() , emit_stop_by_name()