reentrance methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7b497846ea
commit
b7c7a7a86c
@ -46,6 +46,11 @@ public:
|
||||
// process all pending events
|
||||
void ProcessPendingEvents();
|
||||
|
||||
// reentrance guard
|
||||
void AllowReentrance( bool allow = true );
|
||||
bool IsReentranceAllowed();
|
||||
bool IsEventHandlingInProgress();
|
||||
|
||||
%extend {
|
||||
// Dynamic association of a member function handler with the event handler
|
||||
void Connect( int id, int lastId, int eventType, PyObject* func) {
|
||||
|
Loading…
Reference in New Issue
Block a user