Add wxRendererNative::DrawItemText() for list-like controls
Add a new method that should be used for drawing the elements of list-like controls (i.e. wx{List,Tree,DataView}Ctrl and similar). Implement it for wxMSW natively and provide a straightforward generic fallback for the other ports. See #16414.
This commit is contained in:
committed by
Vadim Zeitlin
parent
ba4bfc5414
commit
b7a89f8746
@@ -97,6 +97,7 @@ All (GUI):
|
||||
- Add support for sorting wxDataViewCtrl by multiple columns (Trigve).
|
||||
- Allow dropping data on wxDataViewCtrl background (Laurent Poujoulat).
|
||||
- Add wxRendererNative::DrawGauge() (Tobias Taschner).
|
||||
- Add wxRendererNative::DrawItemText() (Tobias Taschner).
|
||||
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
|
||||
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
|
||||
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).
|
||||
|
Reference in New Issue
Block a user