Added some docstrings.

Added wx.DefaultDateTime.
Fixed CalendarCtrl.HitTest


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-14 03:11:36 +00:00
parent 78ca56690e
commit 856bf319b5
6 changed files with 34791 additions and 33731 deletions

View File

@@ -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;