git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37450
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DocStr(GetFromWindow,
"Find the display where the given window lies, return wx.NOT_FOUND if
it is not shown at all.", "");
DocStr(GetFromWindow,
"Find the display where the given window lies, return wx.NOT_FOUND if
it is not shown at all.", "");
static int GetFromWindow(wxWindow *window);
static int GetFromWindow(wxWindow *window);
-#else
- %extend {
- static int GetFromWindow(wxWindow *window)
- { wxPyRaiseNotImplemented(); return wxNOT_FOUND; }
- }
-#endif
DocDeclStr(
virtual bool , IsOk() const,
DocDeclStr(
virtual bool , IsOk() const,