From: Dimitri Schoolwerth Date: Sat, 25 Sep 2004 01:14:51 +0000 (+0000) Subject: added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Inser... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/857069f07c03a68aaccb4d5eccbf6467a38530b7 added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Insert variants) (previously implemented on 20040725) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index dd3082df78..c1e38051b6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -219,12 +219,14 @@ All (GUI): of showing popup menu; calling wxTaskBarIcon::PopupMenu directly is discouraged - added ..._CMD_...(id) variants for wxGrid event table entry macros -- added wxWindow::Navigate for programmatic navigation to the next control. +- added wxWindow::Navigate for programmatic navigation to the next control - wxTextCtrl::OnChar now inserts a tab character if wxTE_PROCESS_TAB is set - added wxKeyEvent::GetUnicodeKey() - added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown() - implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll) - added status bar fields styles support (Tim Kosse) +- added convenience functions wxSizer::AddSpacer() and + wxSizer::AddStretchSpacer() (as well as Prepend and Insert variants) - added samples/splash - added support for stock buttons - added wxTopLevelWindow::RequestUserAttention()