summaryrefslogtreecommitdiffstats
path: root/test/egg-property-cell-renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-251-594/+0
|
* Backport combo box in property rendererMatthias Vogelgesang2012-07-091-2/+97
|
* Remove unused variableMatthias Vogelgesang2012-07-061-3/+0
|
* Add property tree viewMatthias Vogelgesang2012-07-041-0/+502
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.