X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1fb483c90763e2162eb14aada0b4965cc292e3..b387025d5d6ba9ca0d860b9962fdbbd5d0723dab:/docs/publicity/WoWoW30.html diff --git a/docs/publicity/WoWoW30.html b/docs/publicity/WoWoW30.html index 93416cd5f2..0809990646 100644 --- a/docs/publicity/WoWoW30.html +++ b/docs/publicity/WoWoW30.html @@ -7,7 +7,8 @@ - + + @@ -57,7 +58,7 @@ both are supported). wxWidgets includes many code pieces for optimising dialog and general layout for small screens such as those of the recent netbooks and mobile phones and tablets.
There is varying support for other platforms or -toolkits such as OS/2, Motif, GTK 1.2, PalmOS and various mobile +toolkits such as OS/2, Motif, GTK 1.2 and various mobile Linux variants using GTK+ or the Hildon framework and also a version for OS X using the Cocoa API and even the iPhone SDK.
The tabular view of wxGrid has been improved including a native header control, which has been separated into a @@ -248,11 +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 + and wxHVScrolledWindow) + while still providing complete backwards compatibility for + wxVScrolledWindow.
One important change of the wxMac port is that the @@ -300,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 @@ -338,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.