]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cshelp.i
reSWIGged
[wxWidgets.git] / wxPython / src / _cshelp.i
index 30a9ad44fd0167728dc4e3efb1c0205642246c7c..31944bf0a52efddad1dd9f4f090277cdddc7220f 100644 (file)
@@ -133,6 +133,8 @@ There are a couple of ways to invoke this behaviour implicitly:
 :see: `wx.ContextHelpButton`
 ", "");       
 
+MustHaveApp(wxContextHelp);
+
 class wxContextHelp : public wxObject {
 public:
     DocCtorStr(
@@ -178,6 +180,8 @@ similar buttons.
 :see: `wx.ContextHelp`, `wx.ContextHelpButton`
 ", "");
 
+MustHaveApp(wxContextHelpButton);
+
 class wxContextHelpButton : public wxBitmapButton {
 public:
     %pythonAppend wxContextHelpButton "self._setOORInfo(self)"