Method: JSON::Editor::MainWindow#view_new_model
- Defined in:
- lib/json/editor.rb
#view_new_model(model) ⇒ Object
Puts a new model model into the Gtk::TreeView to be edited.
1124 1125 1126 1127 1128 1129 |
# File 'lib/json/editor.rb', line 1124 def view_new_model(model) @treeview.model = model @treeview. = true @treeview. unchange end |