summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* adapt to handle PangoColorHavoc Pennington2001-01-261-5/+10
* sync to tree changesHavoc Pennington2001-01-191-55/+56
* add this function, bug 40251Havoc Pennington2001-01-111-11/+27
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-26/+319
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-1/+1
* Show menu items before adding to option menu.Jonathan Blandford2001-01-081-0/+3
* add thisHavoc Pennington2001-01-041-10/+10
* Rename some stuff:Havoc Pennington2001-01-041-8/+8
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-13/+19
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+14
* doh, this was broken beyond believe.Tim Janik2000-12-131-4/+2
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-1/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-9/+8
* New function.Jonathan Blandford2000-10-301-4/+3
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-4/+3
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-4/+4
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* #include gtklabel.h, fixing compilationHavoc Pennington2000-10-161-1/+3
* Added API documentation to all public functions.Jonathan Blandford2000-10-161-8/+213
* Checked in initial draft of the new tree widget.42000-10-051-0/+633