X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4891ecda74cb1ed998cc6d3491534d18cb37b8e5..4c51a665c649f7579fb39e62070cef4f66b3210d:/docs/publicity/WoWoW30.html diff --git a/docs/publicity/WoWoW30.html b/docs/publicity/WoWoW30.html index 6f2ab6c199..c710283b0c 100644 --- a/docs/publicity/WoWoW30.html +++ b/docs/publicity/WoWoW30.html @@ -7,7 +7,8 @@ - + + @@ -197,7 +198,8 @@ and may thus be the most important changes from a user's perspective Reimplementing wxTreeCtrl and possibly wxListCtrl in terms of wxDataViewCtrl was considered, but this was dropped as certain special features are not available on all platforms (or - differently). See also wxDataViewCtrl + differently). See also wxDataViewCtrl, + wxDataViewListCtrl and wxDataViewTreeCtrl.
The tabular view of wxGrid has been improved including a native header control, which has been separated into a @@ -248,16 +250,17 @@ and may thus be the most important changes from a user's perspective
Added a new sizer which can wrap across multiple lines. See wxWrapSizer.
Added multi-sample and anti-aliasing support - the the OpenGl canvas and separated wxGLCanvas and wxGLContext. See + to the OpenGL canvas and separated wxGLCanvas and wxGLContext. See wxGLCanvas.
Added wxNativeContainerWindow in order to construct a wxTopLevelWindow from a native window handle (MSW and GTK+).
The wxVScrolledWindow - class has been completely rewritten to accommodate the addition of the - new horizontal scrolling variants (wxHScrolledWindow + class has been completely rewritten to accommodate the addition of + the new horizontal scrolling variants (wxHScrolledWindow and wxHVScrolledWindow) - while still providing complete backwards compatibility for wxVScrolledWindow.
+ while still providing complete backwards compatibility for + wxVScrolledWindow.One important change of the wxMac port is that the @@ -305,7 +308,7 @@ of wxWidgets is to keep up with the development of the GTK+ library since it has the habit of adding new controls or new APIs if the existing code is too limited and cannot be fixed in a backward compatible way. The main problem of this approach is that -applications written using wxGTK shoud work with relatively old +applications written using wxGTK should work with relatively old versions of GTK+ but should also make use of recent features. In some cases, supporting an old version of GTK+ hinders development so we decided to declare GTK+ 2.4 the minimum toolkit version that is @@ -343,6 +346,8 @@ limited to:
from within it (which causes reentrance problems).Some support for Hildon control from the Maemo platform used for Nokia tablets
+Rewritten the + wxTaskBarIconIcon class using GtkStatusIcon if available.