]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cshelp.i
format the list of installed packages better
[wxWidgets.git] / wxPython / src / _cshelp.i
index 30a9ad44fd0167728dc4e3efb1c0205642246c7c..ca04f0cae8b772c804bd17619983ba625b068cab 100644 (file)
@@ -133,10 +133,12 @@ There are a couple of ways to invoke this behaviour implicitly:
 :see: `wx.ContextHelpButton`
 ", "");       
 
+MustHaveApp(wxContextHelp);
+
 class wxContextHelp : public wxObject {
 public:
     DocCtorStr(
-        wxContextHelp(wxWindow* window = NULL, bool doNow = True),
+        wxContextHelp(wxWindow* window = NULL, bool doNow = true),
         "Constructs a context help object, calling BeginContextHelp if doNow is
 true (the default).
 
@@ -178,6 +180,8 @@ similar buttons.
 :see: `wx.ContextHelp`, `wx.ContextHelpButton`
 ", "");
 
+MustHaveApp(wxContextHelpButton);
+
 class wxContextHelpButton : public wxBitmapButton {
 public:
     %pythonAppend wxContextHelpButton "self._setOORInfo(self)"