git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43138
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxPyEndBlockThreads(blocked);
}
wxPyEndBlockThreads(blocked);
}
+ wxGCDC(const wxWindow*) {
+ wxPyBlock_t blocked = wxPyBeginBlockThreads();
+ PyErr_SetString(PyExc_NotImplementedError,
+ "wxGCDC is not available on this platform.");
+ wxPyEndBlockThreads(blocked);
+ }
+
wxGCDC() {
wxPyBlock_t blocked = wxPyBeginBlockThreads();
PyErr_SetString(PyExc_NotImplementedError,
wxGCDC() {
wxPyBlock_t blocked = wxPyBeginBlockThreads();
PyErr_SetString(PyExc_NotImplementedError,
class wxGCDC: public wxDC
{
public:
class wxGCDC: public wxDC
{
public:
%pythonAppend wxGCDC
"self.__dc = args[0] # save a ref so the other dc will not be deleted before self";
wxGCDC(const wxWindowDC& dc);
%pythonAppend wxGCDC
"self.__dc = args[0] # save a ref so the other dc will not be deleted before self";
wxGCDC(const wxWindowDC& dc);
+ wxGCDC(wxWindow* window);
//wxGCDC();
virtual ~wxGCDC();
//wxGCDC();
virtual ~wxGCDC();