Added wxDisplay and wxVideoMode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-09 22:01:29 +00:00
parent c6e801d3e6
commit 96d37ab547
7 changed files with 216 additions and 7 deletions

View File

@@ -59,10 +59,12 @@ place, then do the same for wxPython.
--disable-monolithic \
--enable-debug \
--enable-geometry \
--enable-sound \
--enable-display \
On OS X of course you'll want to use --with-mac instead of
--with-gtk. For GTK2 and unicode add:
--with-gtk. For GTK2 and unicode add::
--enable-gtk2 \
--enable-unicode \

View File

@@ -1,7 +1,7 @@
CHANGES.txt for wxPython
=====================================================================
2.5.1.x
2.5.1.1
-------
(See also the MigrationGuide.txt file for details about some of the
@@ -78,6 +78,8 @@ it.
Updated wx.lib.calendar with many fixes and enhancements from Joerg
"Adi" Sieker.
Added wx.Display and wx.VideoMode.