DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
+ DEC_PYCALLBACK_VOID_(OnInternalIdle);
+
PYPRIVATE;
};
IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, HasTransparentBackground);
- %}
+
+IMP_PYCALLBACK_VOID_(wxPyControl, wxControl, OnInternalIdle);
+%}
// And now the one for SWIG to see
MustHaveApp(wxPyControl);
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
+
+ void base_OnInternalIdle();
+
};