Add all kind of events that can be triggered from
scripts. The event handlers would do something that
they are specified to do.
For example an idea from Raolin:
"If you could make having the window flash (like an AIM
chat window that doesn't have focus and just got a
message) be a triggerable event that would be awesome.
That way you could set a trigger for when someone
sends you a tell, or beep, or whatever and if you are
in a different window it would flash to let you know it
was there."
The API function could just use
wxTLW::RequestUserAttention() for this event.
Ideas for other "events" can be added to this RFE.
I think the term event isn't a good one though.