X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b9048c56f0aa04b2adbb7813f9698abdda15184..4263de1e0586d20cb49d0dde23f0d227c5ef25cb:/wxPython/src/_app.i diff --git a/wxPython/src/_app.i b/wxPython/src/_app.i index cee7c9a804..0507835d35 100644 --- a/wxPython/src/_app.i +++ b/wxPython/src/_app.i @@ -48,6 +48,8 @@ public: "self._setCallbackInfo(self, PyApp) self._setOORInfo(self)"; + DocStr(wxPyApp, + "Create a new application object, starting the bootstrap process."); %extend { wxPyApp() { wxPythonApp = new wxPyApp(); @@ -188,7 +190,7 @@ public: "Get the current exit behaviour setting."); #if 0 - // Get display mode that is used use. This is only used in framebuffer + // Get display mode that is in use. This is only used in framebuffer // wxWin ports (such as wxMGL). virtual wxVideoMode GetDisplayMode() const;