example for DataView with wxDV_VARIABLE_LINE_HEIGHT flag

This commit is contained in:
jensgoe
2018-12-21 17:56:01 +01:00
committed by Vadim Zeitlin
parent 8c64209df1
commit 14ca16ffaf
3 changed files with 116 additions and 1 deletions

View File

@@ -188,6 +188,17 @@ private:
};
// ----------------------------------------------------------------------------
// MyLongMusicTreeModel
// ----------------------------------------------------------------------------
class MyLongMusicTreeModel : public MyMusicTreeModel
{
public:
MyLongMusicTreeModel();
};
// ----------------------------------------------------------------------------
// MyListModel
// ----------------------------------------------------------------------------