X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/355b0cb3c7c188848ebf75dc79f3af6a6a65ecef..dbe31039f7ee6169d80386fd75a9f03316f8d261:/docs/publicity/WoWoW30.html diff --git a/docs/publicity/WoWoW30.html b/docs/publicity/WoWoW30.html index 3dec68822e..2fd25df77a 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 @@ -224,7 +226,7 @@ and may thus be the most important changes from a user's perspective wxRichTextCtrl.

  • The possibility to display state icons has been added to wxTreeCtrl. This can also be used to implement check-box - like behaviour. See wxTreeCtrl.

    + like behaviour. See wxTreeCtrl.

  • wxCalendarCtrl has been rewritten using native code under MSW and GTK+ and enhanced in many ways (for example displaying week numbers). See wxCalendarCtrl.

    @@ -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 + the 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.

    wxMac specific changes (now called wxOSX)

    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.