summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
Commit message (Expand)AuthorAgeFilesLines
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-0/+1
* Forgot to namespace this.Jonathan Blandford2001-03-231-15/+1
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-1/+5
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-11/+11
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-2/+2
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-6/+0
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-0/+1
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-0/+1
* hack on this someHavoc Pennington2001-01-081-0/+12
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-37/+40
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-24/+25
* Move GtkTreeModel from object to interface.62000-10-161-2/+16
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-24/+24
* Checked in initial draft of the new tree widget.42000-10-051-0/+87