From: Alan Knowles Date: Thu, 2 Dec 2010 10:52:19 +0000 (+0800) Subject: XObjectBase/GtkListStore.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=62ebb3ecb0cf3a9b2fc91093cfc0fc1b3a96de88 XObjectBase/GtkListStore.js --- 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]); } + + } );