summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
Commit message (Expand)AuthorAgeFilesLines
...
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-0/+4
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-11/+25
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-1/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+1
* Docs fixups, and:Havoc Pennington2001-06-151-1/+1
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-2/+0
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-3/+0
* Fix bug #55573Jonathan Blandford2001-06-051-78/+81
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-7/+7
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-62/+83
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-1/+1
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-7/+11
* fix a fixme.Jonathan Blandford2001-04-121-0/+6
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-2/+3
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-2/+14
* Forgot to namespace this.Jonathan Blandford2001-03-231-7/+7
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-5/+5
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-2/+3
* Only draw the column that is exposed.Jonathan Blandford2001-02-231-1/+1
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-8/+10
* updated for win32 msvc buildHans Breuer2001-02-191-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-6/+12
* remove validation idleHavoc Pennington2001-02-081-14/+28
* sync to tree changesHavoc Pennington2001-01-191-0/+1
* add this function, bug 40251Havoc Pennington2001-01-111-0/+1
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-7/+8
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-1/+1
* add thisHavoc Pennington2001-01-041-2/+2
* Rename some stuff:Havoc Pennington2001-01-041-6/+7
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-41/+43
* New function.Jonathan Blandford2000-10-301-1/+1
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-2/+2
* Added API documentation to all public functions.Jonathan Blandford2000-10-161-1/+0
* Checked in initial draft of the new tree widget.42000-10-051-0/+137