From 62ebb3ecb0cf3a9b2fc91093cfc0fc1b3a96de88 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 18:52:19 +0800 Subject: [PATCH] XObjectBase/GtkListStore.js --- XObjectBase/GtkListStore.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/XObjectBase/GtkListStore.js b/XObjectBase/GtkListStore.js index 19012645f..aa6b6b87a 100644 --- a/XObjectBase/GtkListStore.js +++ b/XObjectBase/GtkListStore.js @@ -39,6 +39,16 @@ GtkListStore = XObject.define( this.el.set_value(iter,i,values[i]); } + }, + getValue : function ( path, col) + { + + }, + setValue : function ( path, col, val) + { + //this.el.set_value(iter,i,values[i]); } + + } ); -- 2.39.2