Added wxTipProfider and friends

Tweaked wxGrid a bit.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-05-05 15:06:55 +00:00
parent 61471de76f
commit 366e627490
13 changed files with 527 additions and 51 deletions

View File

@@ -2,6 +2,20 @@ CHANGES.txt for wxPython
----------------------------------------------------------------------
New in 2.1.??
-------------
Added an attribute named labelDelta to the generic buttons that
specifies how far to offset the label when the button is in the
depressed state.
Added wxTipProvider and friends. See the demo for an example.
wxGrid can now change the cell highlight colour.
New in 2.1.15
-------------