ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 21日 (火) 08:36:36 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -7,7 +7,7 @@ {{image_right("treev-trees-ok.png")}} -Before we explain how to build multilayered tree store((*Building a Multilayered Tree Store*))segment below, lets look at a revised "Grocery List" example program from previous page called "treestore.rb". This program splits the products into two categories: "Cleaning Supplies" and "Food", which both have children of their own. The quantity of each category is set initially to zero, and is calculated, counting all children, which have the "Buy" column set to TRUE, during the run-time hence displaying 4 and 7 respectively. Note, there are two logical columns under the header ((*Buy.*)) The left logical column represents the parent column with a small expander triangle at the edge, slightly shifted to the right is the row of children. +Before we explain how to build multilayered tree store in the segment below entitled((*Building a Multilayered Tree Store*)), lets look at a revised "Grocery List" example program from previous page called "treestore.rb". This program splits the products into two categories: "Cleaning Supplies" and "Food", which both have children of their own. The quantity of each category is set initially to zero, and is calculated, counting all children, which have the "Buy" column set to TRUE, during the run-time hence displaying 4 and 7 respectively. Note, there are two logical columns under the header ((*Buy.*)) The left logical column represents the parent column with a small expander triangle at the edge, slightly shifted to the right is the row of children. {{br}}