From 438b78872223c43ec24030a0c965c82a5342263e Mon Sep 17 00:00:00 2001 From: Lee Mallabone Date: Tue, 25 Mar 2003 19:05:40 +0000 Subject: [PATCH] Fix crashes in TreeView.ScrollToCell. svn path=/trunk/gtk-sharp/; revision=12830 --- ChangeLog | 5 +++++ api/gtk-api.xml | 9 ++++++--- sources/Gtk.metadata | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55fa8955a..939c14f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Lee Mallabone + + * api/gtk-api.xml: Allow parameters in TreeView.ScrollToCell to be null. + * source/Gtk.Metadata: Mark TreeView.ScrollToCell() with some null_ok params. + 2003-03-25 Martin Baulig * gtk/Application.cs (CurrentEvent): Made this property static. diff --git a/api/gtk-api.xml b/api/gtk-api.xml index 8dae98483..4b2a544e5 100644 --- a/api/gtk-api.xml +++ b/api/gtk-api.xml @@ -8276,8 +8276,8 @@ - - + + @@ -11862,7 +11862,6 @@ - @@ -12026,6 +12025,10 @@ + + + + diff --git a/sources/Gtk.metadata b/sources/Gtk.metadata index 31aa9e5f4..41fb89096 100644 --- a/sources/Gtk.metadata +++ b/sources/Gtk.metadata @@ -1824,6 +1824,23 @@ + + + ScrollToCell + + + + GtkTreeViewColumn* + null_ok + 1 + + + GtkTreePath* + null_ok + 1 + + + gtk_progress_bar_new_with_adjustment