andlabs / libui

Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
Other
10.74k stars 616 forks source link

Add advanced uiTable test suite to page17. #508

Open szanni opened 4 years ago

szanni commented 4 years ago

I decided to add a more complete uiTable testing suite:

This adds two uiTables backed by the same uiTableModel. Additionally it provides functions to insert and delete rows manually.

Issues like the one in #507 can be nicely exhibited through the upgraded tester.