[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-treev-trees

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 8月 21日 (火) 08:32:58 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")}}
 
-Our example program "treestore.rb" is a revised version of the "Grocery List" program from the previous session, splitting 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((*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.
 
 {{br}}
 
@@ -205,6 +205,13 @@
      child[PROD_INDEX] = list[i].product
    end
  end
+
+
+
+== Building a Multilayered Tree Store
+
+
+
 
 == Multidimensional Tree Store
 




ruby-gnome2-cvs メーリングリストの案内
Back to archive index