back to gui
wxNotifyEvent
generated from ../src/mod_gui/event/notify.cpp
This class is a prototype for several events.
See wxListEvent.
Constants
Properties
| Name |
Type |
Description |
| allowed |
Boolean |
Allow/Disallow the change. Setting allowed to false, is the same as setting veto to true.
|
| veto |
Boolean |
When set to true, prevents the change announced by this event from happening.
Setting veto to false, is the same as setting allow to true.
|