X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c89f5c02b1ecc6098b21b39b01509dd387c1cb34..449d48f9e15e1430805aed3b33e55000754ad926:/docs/gtk/changes.txt diff --git a/docs/gtk/changes.txt b/docs/gtk/changes.txt index f70807fd93..e0352be6eb 100644 --- a/docs/gtk/changes.txt +++ b/docs/gtk/changes.txt @@ -1,6 +1,23 @@ *** wxWindows 2.3.3 *** +Beta support for GTK 2.0. + +Added wxArtProvider for changing default icons and more. + +Corrected wxScrolledWindow in some rare cases. + +Added wxIconBundle for mini- and normal icons. + +Made wxWindow::SetFocus() work before a wxDialog +is created. Until now always the first item +was focussed. + +Corrected wxComboBox's semantics of pressing . + +Corrected SeekI() return values and other related functions +in wxFilterStream and wxBufferedStream. + Implemented new ref-counting for GDI classes. New implemenation of wxCondition. @@ -39,7 +56,7 @@ Added IFF image handler. Added ICO, CUR and ANI image handler. -wxFrame::SetMenuBar() corrected. +wxFrame::SetMenuBar() corrected (for NULL etc.) wxButton honours wxBU_EXACTFIT.