Displaying 1 result from an estimated 1 matches for "should_propag".
2007 Mar 30
0
[932] branches/wxruby2/wxwidgets_282/doc/textile/event.txtl: 2.8 updates and corrections to Event doc
...the event can propagate. This member is protected and
-should typically only be set in the constructors of the derived classes. It
-may be temporarily changed by "stop_propagation":#Event_stoppropagation
-and "resume_propagation":#Event_resumepropagation and tested with
-"should_propagate":#Event_shouldpropagate.
-
-The initial value is set to either @EVENT_PROPAGATE_NONE@ (by
-default) meaning that the event shouldn''t be propagated at all or to
-@EVENT_PROPAGATE_MAX@ (for command events) meaning that it should be
-propagated as much as necessary.
-
-Any positive n...