]> git.saurik.com Git - wxWidgets.git/commitdiff
added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Inser...
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sat, 25 Sep 2004 01:14:51 +0000 (01:14 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sat, 25 Sep 2004 01:14:51 +0000 (01:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index dd3082df78afbd77cb948217cc2a7bd6caf4a6c3..c1e38051b6262813c98ac6649370588b47030ef2 100644 (file)
@@ -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()