projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added UpdateSize
[wxWidgets.git]
/
wxPython
/
src
/
_app.i
diff --git
a/wxPython/src/_app.i
b/wxPython/src/_app.i
index e2efaa1c1a5aaebcc1bc1344d49e1362c79f2e51..0507835d35db089387d460f451bc9a4e82bc41ef 100644
(file)
--- a/
wxPython/src/_app.i
+++ b/
wxPython/src/_app.i
@@
-44,10
+44,12
@@
enum
class wxPyApp : public wxEvtHandler {
public:
class wxPyApp : public wxEvtHandler {
public:
- %
addtofunc
wxPyApp
+ %
pythonAppend
wxPyApp
"self._setCallbackInfo(self, PyApp)
self._setOORInfo(self)";
"self._setCallbackInfo(self, PyApp)
self._setOORInfo(self)";
+ DocStr(wxPyApp,
+ "Create a new application object, starting the bootstrap process.");
%extend {
wxPyApp() {
wxPythonApp = new wxPyApp();
%extend {
wxPyApp() {
wxPythonApp = new wxPyApp();
@@
-188,7
+190,7
@@
public:
"Get the current exit behaviour setting.");
#if 0
"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;
// wxWin ports (such as wxMGL).
virtual wxVideoMode GetDisplayMode() const;
@@
-257,7
+259,7
@@
public:
#else
%extend {
static int GetComCtl32Version()
#else
%extend {
static int GetComCtl32Version()
- {
PyErr_SetNone(PyExc_NotImplementedError
); return 0; }
+ {
wxPyRaiseNotImplemented(
); return 0; }
}
#endif
};
}
#endif
};