(make-object wx:command-event% command-event-type) -> wx:command-event% object
command-event-type : wxtype% object
The command-event-type argument is one of the following:
- wx:const-event-type-button-command
- wx:const-event-type-checkbox-command
- wx:const-event-type-choice-command
- wx:const-event-type-listbox-command
- wx:const-event-type-text-command
- wx:const-event-type-text-enter-command
- wx:const-event-type-multitext-command
- wx:const-event-type-menu-command
- wx:const-event-type-slider-command
- wx:const-event-type-radiobox-command
- wx:const-event-type-set-focus
- wx:const-event-type-kill-focus
This value is extacted out of a wx:command-event%
object with the
get-event-type method.