ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 22日 (月) 22:26:53 JST
------------------------- REMOTE_ADDR = 218.231.161.82 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?tut-treeview-model-data ------------------------- TITLE = tut-treeview-model-data -> How Data is Organised in a Store ------------------------- @@ -11,4 +11,4 @@ list_store = Gtk::ListStore.new(String, Integer) -This creates a new list store with two columns. Column 0 stores a string and column 1 stores an integer for each row. At this point the model has no rows yet of course. Before we start to add rows, let's have a look at the different ways used to refer to a particular row. \ No newline at end of file +This creates a new list store with two columns. Column 0 stores a string and column 1 stores an integer for each row. At this point the model has no rows yet of course. Before we start to add rows, let's have a look at the different ways used to refer to a particular row.