summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-9/+9
* Seal GtkTreeViewColumn.Tim Janik2008-06-201-35/+35
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+2
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-1/+1
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-061-0/+1
* new function (fixes #169961, reported by Morten Welinder).Kristian Rietveld2005-07-141-0/+1
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+5
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-2/+2
* Mark as const.Matthias Clasen2004-11-231-1/+1
* handle rtl code.Jonathan Blandford2003-03-031-0/+4
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+5
* Deprecation cleanupManish Singh2002-10-131-7/+10
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-0/+2
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-16/+0
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* get logic right, #66249Jonathan Blandford2001-12-081-6/+0
* Minor fix.Jonathan Blandford2001-12-041-4/+9
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-1/+4
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-2/+0
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-2/+1
* centralize all the editing codeJonathan Blandford2001-09-181-0/+1
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-1/+6
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-9/+11
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-12/+12
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-3/+3
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-1/+3
* 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