Updates for Push/Pop status text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-03 23:33:38 +00:00
parent 1114f46e2f
commit 94e36a5196
7 changed files with 280 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ derived classes.
Added wxImage.GetDataBuffer which returns an in-place edit buffer of
the image data. (Patch #546009)
Added a sample that shows how to embed wxPython in a wxWindows C++
application.