Package iceprod :: Package client :: Module GtkVector :: Class DisplayModel
[hide private]
[frames] | no frames]

Class DisplayModel

source code

Displays the Info_Model model in a view

Instance Methods [hide private]
 
__init__(self, cobj) source code
 
on_selection_changed(self, selection) source code
 
make_view(self, model)
Form a view for the Tree Model
source code
 
col2_edited_cb(self, cell, path, new_text, model)
Canges the value of the entry
source code
 
col3_edited_cb(self, cell, path, new_text, model)
Canges the value of the entry
source code
 
add_entry(self, b, model)
Manually add a entry
source code
 
delete_entry(self, b, mymodel) source code
Method Details [hide private]

col2_edited_cb(self, cell, path, new_text, model)

source code 

Canges the value of the entry

To Do:
  • add type checking for input values
  • add descriptions

col3_edited_cb(self, cell, path, new_text, model)

source code 

Canges the value of the entry

To Do:
  • add type checking for input values
  • add descriptions