summaryrefslogtreecommitdiff
path: root/gtk/treestoretest.c
Commit message (Expand)AuthorAgeFilesLines
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-12/+12
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-12/+12
* Add a "markup" property.Alexander Larsson2001-02-201-6/+2
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-24/+0
* New files. Implement GtkTreeModelMapping.Alexander Larsson2001-02-161-17/+67
* Rename some stuff:Havoc Pennington2001-01-041-1/+1
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-10/+14
* sync to homeJonathan Blandford2000-11-221-11/+20
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-211-33/+83
* use the new BOXED marshallers.Jonathan Blandford2000-11-101-1/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-6/+14
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-46/+41
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-60/+131
* New function proposed by Guy Harris <gharris@flashcom.net>. Also, addedJonathan Blandford2000-10-161-1/+1
* Forgot this fileJonathan Blandford2000-10-061-25/+17
* Checked in initial draft of the new tree widget.42000-10-051-0/+206