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
This commit is contained in:
@@ -219,12 +219,14 @@ All (GUI):
|
|||||||
of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
|
of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
|
||||||
is discouraged
|
is discouraged
|
||||||
- added ..._CMD_...(id) variants for wxGrid event table entry macros
|
- 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
|
- wxTextCtrl::OnChar now inserts a tab character if wxTE_PROCESS_TAB is set
|
||||||
- added wxKeyEvent::GetUnicodeKey()
|
- added wxKeyEvent::GetUnicodeKey()
|
||||||
- added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
|
- added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
|
||||||
- implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll)
|
- implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll)
|
||||||
- added status bar fields styles support (Tim Kosse)
|
- 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 samples/splash
|
||||||
- added support for stock buttons
|
- added support for stock buttons
|
||||||
- added wxTopLevelWindow::RequestUserAttention()
|
- added wxTopLevelWindow::RequestUserAttention()
|
||||||
|
Reference in New Issue
Block a user