reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -593,7 +593,7 @@ IMP_PYCALLBACK_STRING_SIZET (wxPyHtmlListBox, wxHtmlListBox, OnGetItemMarkup
|
||||
class wxTaskBarIcon : public wxEvtHandler
|
||||
{
|
||||
public:
|
||||
wxTaskBarIcon() { PyErr_SetNone(PyExc_NotImplementedError); }
|
||||
wxTaskBarIcon() { wxPyRaiseNotImplemented(); }
|
||||
};
|
||||
|
||||
|
||||
@@ -601,7 +601,7 @@ class wxTaskBarIconEvent : public wxEvent
|
||||
{
|
||||
public:
|
||||
wxTaskBarIconEvent(wxEventType, wxTaskBarIcon *)
|
||||
{ PyErr_SetNone(PyExc_NotImplementedError); }
|
||||
{ wxPyRaiseNotImplemented(); }
|
||||
virtual wxEvent* Clone() const { return NULL; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user