summaryrefslogtreecommitdiff
path: root/test/egg-property-cell-renderer.c
AgeCommit message (Collapse)Author
2012-07-09Backport combo box in property rendererMatthias Vogelgesang
2012-07-06Remove unused variableMatthias Vogelgesang
2012-07-04Add property tree viewMatthias Vogelgesang
The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.