Displaying 1 result from an estimated 1 matches for "event_stoppropagation".
2007 Mar 30
0
[932] branches/wxruby2/wxwidgets_282/doc/textile/event.txtl: 2.8 updates and corrections to Event doc
...#Event_mpropagationlevel). Event#m__propagation_level
-
-intm_propagationLevel
-
-Indicates how many levels 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...