summaryrefslogtreecommitdiff
path: root/gtk/gtkmodelsimple.c
Commit message (Expand)AuthorAgeFilesLines
* doh, this was broken beyond believe.Tim Janik2000-12-131-2/+0
* Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.Elliot Lee2000-11-301-1/+1
* use the new BOXED marshallers.Jonathan Blandford2000-11-101-51/+52
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-129/+167
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-1/+2
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-9/+8
* Move GtkTreeModel from object to interface.62000-10-161-75/+66
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-12/+12
* Checked in initial draft of the new tree widget.42000-10-051-0/+430