git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34619
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
+ DEC_PYCALLBACK_VOID_(OnInternalIdle);
+
IMP_PYCALLBACK_VIZATTR_(wxPyControl, wxControl, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, HasTransparentBackground);
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);
// And now the one for SWIG to see
MustHaveApp(wxPyControl);
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
+
+ void base_OnInternalIdle();
+
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
+ DEC_PYCALLBACK_VOID_(OnInternalIdle);
+
IMP_PYCALLBACK_VIZATTR_(wxPyWindow, wxWindow, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyWindow, wxWindow, HasTransparentBackground);
IMP_PYCALLBACK_VIZATTR_(wxPyWindow, wxWindow, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyWindow, wxWindow, HasTransparentBackground);
+
+IMP_PYCALLBACK_VOID_(wxPyWindow, wxWindow, OnInternalIdle);
%}
// And now the one for SWIG to see
%}
// And now the one for SWIG to see
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
+
+ void base_OnInternalIdle();
+
};
//---------------------------------------------------------------------------
};
//---------------------------------------------------------------------------
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
+ DEC_PYCALLBACK_VOID_(OnInternalIdle);
+
IMP_PYCALLBACK_VIZATTR_(wxPyPanel, wxPanel, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyPanel, wxPanel, HasTransparentBackground);
IMP_PYCALLBACK_VIZATTR_(wxPyPanel, wxPanel, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyPanel, wxPanel, HasTransparentBackground);
+
+IMP_PYCALLBACK_VOID_(wxPyPanel, wxPanel, OnInternalIdle);
%}
// And now the one for SWIG to see
%}
// And now the one for SWIG to see
bool base_ShouldInheritColours() const ;
wxVisualAttributes base_GetDefaultAttributes();
bool base_ShouldInheritColours() const ;
wxVisualAttributes base_GetDefaultAttributes();
+
+ void base_OnInternalIdle();
+
};
//---------------------------------------------------------------------------
};
//---------------------------------------------------------------------------
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
+ DEC_PYCALLBACK_VOID_(OnInternalIdle);
+
IMP_PYCALLBACK_VIZATTR_(wxPyScrolledWindow, wxScrolledWindow, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyScrolledWindow, wxScrolledWindow, HasTransparentBackground);
IMP_PYCALLBACK_VIZATTR_(wxPyScrolledWindow, wxScrolledWindow, GetDefaultAttributes);
IMP_PYCALLBACK_BOOL_(wxPyScrolledWindow, wxScrolledWindow, HasTransparentBackground);
+
+IMP_PYCALLBACK_VOID_(wxPyScrolledWindow, wxScrolledWindow, OnInternalIdle);
%}
// And now the one for SWIG to see
%}
// And now the one for SWIG to see
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
bool base_ShouldInheritColours() const;
wxVisualAttributes base_GetDefaultAttributes();
+
+ void base_OnInternalIdle();
+