summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
Commit message (Expand)AuthorAgeFilesLines
...
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-0/+5
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-4/+15
* adapt to handle PangoColorHavoc Pennington2001-01-261-1/+1
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-0/+2
* add thisHavoc Pennington2001-01-041-3/+3
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-5/+6
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-0/+3
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-3/+23
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-8/+4
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-77/+101
* Draw the arrows correctly.72000-10-171-2/+3
* Move GtkTreeModel from object to interface.62000-10-161-16/+14
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-3/+3
* Checked in initial draft of the new tree widget.42000-10-051-0/+144