]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/_functions.i
* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other
authorRobin Dunn <robin@alldunn.com>
Fri, 21 Jan 2005 20:38:51 +0000 (20:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 21 Jan 2005 20:38:51 +0000 (20:38 +0000)
commitaeee37c362c178e4b79702e8e61869cd9dcb65ff
tree11fe2409751b8930374301e0eb7840e10d73df63
parentd7f03cae7fecdc892f50842a7218a78f44860653
* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other
  things that will need fixing when WXWIN_COMPATIBILITY_2_4 is turned
  off.

* Create a custom version of the "default" ctor for wxCursor on wxGTK

* Switch to new format string and name string constants for default
  values

* Changes some public data members of event classes into properties as
  they are no longer public in the C++.

* Added wxSL_INVERSE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
wxPython/docs/CHANGES.txt
wxPython/src/__controls_rename.i
wxPython/src/_cursor.i
wxPython/src/_datetime.i
wxPython/src/_defs.i
wxPython/src/_event.i
wxPython/src/_functions.i
wxPython/src/_joystick.i
wxPython/src/_listctrl.i
wxPython/src/_notebook.i
wxPython/src/_slider.i
wxPython/src/_textctrl.i
wxPython/src/grid.i
wxPython/wxPython/_controls.py
wxPython/wxPython/_misc.py
wxPython/wxPython/grid.py