| control<%> : interface? | ||
  | 
The control<%> interface is implemented by the built-in
 control window classes:
| (send a-control command event) → void? | 
| event : (is-a?/c control-event%) | 
Calls the control’s callback function, passing on the given
 control-event% object.