]> Pileus Git - ~andy/gtk/commit
Initial stab at getting the focus code to work.
authorJonathan Blandford <jrb@redhat.com>
Fri, 1 Jun 2001 23:05:46 +0000 (23:05 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 1 Jun 2001 23:05:46 +0000 (23:05 +0000)
commit741c71eb931cb85651e9f5aba99db4017dda180a
tree444a7bce25ce345738513c8159c1eb2d1a8c64f3
parent11043de66f76cfb2e88693a365c857969ede7c74
Initial stab at getting the focus code to work.

Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
getting the focus code to work.
(gtk_tree_view_class_init): Add a bunch of keybindings.

* gtk/gtktreeviewcolumn.c
(gtk_tree_view_column_set_cell_data_func):
s/GtkCellDataFunc/GtkTreeCellDataFunc.
(_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
of "properties_changed" to help justify the death of the latter
signal. (-:

* tests/testtreefocus.c (main): Let some columns be focussable to
test focus better.
docs/reference/gtk/tmpl/gtkrc.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-tiff.c
gdk-pixbuf/test-images.h [new file with mode: 0644]
gdk-pixbuf/test-loaders.c [new file with mode: 0644]