Class
Demo::EditableCells
In:
gtk/sample/gtk-demo/editable_cells.rb
Parent:
BasicWindow
Methods
add_columns
add_item
add_items
cell_edited
create_model
new
remove_item
Constants
Item
=
Struct.new('Item', :number, :product, :editable)
NUM_COLUMNS
=
*(0..4).to_a
Public Class methods
new
()
Public Instance methods
add_columns
(treeview)
add_item
(model)
add_items
()
cell_edited
(cell, path_string, new_text, model)
create_model
()
remove_item
(treeview)
[Validate]