From d06abde608b9bf31a9c3989cacafc67296c7844e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 3 May 2005 14:01:12 +0000 Subject: [PATCH] document GetColumnType, which inexplicably has just appeared in the docs svn path=/trunk/gtk-sharp/; revision=43926 --- doc/en/Gtk/TreeStore.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index 431c36d75..6c155589b 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -1245,10 +1245,8 @@ store = new TreeStore (typeof (int), typeof (string)); This property is meant primarily for classes that inherit from , and should - only be used when constructing a new . It will not function after a - row has been added or after a method on the interface has been called. + only be used when constructing a new . It will not function after a + row has been added or after a method on the interface has been called. @@ -1267,6 +1265,22 @@ store = new TreeStore (typeof (int), typeof (string)); See + + + Method + + GLib.GType + + + + + + Gets the type of data stored in column number . + a , the column to check + a + + + Method