Add overview text for DataViewCustomRenderer demo

This commit is contained in:
Robin Dunn
2020-01-22 11:24:35 -08:00
parent c51cdd2334
commit 03298a49cc

View File

@@ -201,9 +201,10 @@ def runTest(frame, nb, log):
overview = """<html><body>
<h2><center>DemoName</center></h2>
<h2><center>DataViewCustomRenderer</center></h2>
Say something nice here
This sample shows how to implement a renderer for drawing the cells in a
DataViewControl in a custom manner.
</body></html>
"""