Implement wxDataViewCtrl::SetIndent() for wxGTK

Use gtk_tree_view_set_level_indentation().
This commit is contained in:
Vadim Zeitlin
2016-02-05 17:00:57 +01:00
parent 4484e1282e
commit 4379f599e8
3 changed files with 30 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ wxGTK:
- Fix setting "pressed" bitmap for wxToggleButton (Kevin B. McCarty).
- Fix GTK+ warnings for wxFileDialog with wxFD_MULTIPLE style.
- Don't generate wxEVT_LIST_ITEM_RIGHT_CLICK outside of item area (Igor Korot).
- Implement wxDataViewCtrl::SetIndent().
wxMSW: