XObjectBase/GtkListStore.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:52:19 +0000 (18:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:52:19 +0000 (18:52 +0800)
XObjectBase/GtkListStore.js

index 1901264..aa6b6b8 100644 (file)
@@ -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]);
         }
+                
+        
     }
 );