aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* inspect: add custom ast treeview modelChristopher Li2010-07-131-0/+88
It is custom gtk treeview model to wrap the C data structure use by sparse. The ast model does not have any sparse specific stuff in it. Instead, it provide a simplier call back based API to allow user construct tree view object very easily. Signed-Off-By: Christopher Li <sparse@chrisli.org>