remove_controller
Description:
Removes an event controller from the widget.
The removed event controller will not receive any more events, and should not be used again.
Widgets will remove all event controllers automatically when they are destroyed, there is normally no need to call this function.
Parameters:
this |
a widget |
controller |
an event controller |