many wxItemContainer-related changes:
1. the main function for item insertion is now DoInsertItems() which allows for much more efficient addition of many new items at once 2. the items client data management is done entirely in wxItemContainer itself, the derived classes don't have to distinguish between void and object client data 3. many fixes for sorted controls, in particular implemented wxCB_SORT support in wxGTK combobox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,6 +155,7 @@ wxGTK:
|
||||
- Support for markup and ellipsization in wxStaticText (Francesco Montorsi)
|
||||
- Native implementation for wxHyperlinkCtrl (Francesco Montorsi)
|
||||
- Native keyboard navigation implementation
|
||||
- Added wxCB_SORT support to wxComboBox (Evgeniy Tarassov)
|
||||
- Don't overwrite primary selection with clipboard and vice versa
|
||||
- Implemented support for underlined fonts in wxStaticText.
|
||||
- wxTopLevelWindow::SetSizeHints size increments now work.
|
||||
|
Reference in New Issue
Block a user