ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 16日 (木) 05:43:54 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -371,10 +371,10 @@ if w.sort_order == Gtk::SORT_ASCENDING model.set_sort_column_id(sort_column_id=PRODUCT, order = Gtk::SORT_DESCENDING) - w.sort_order = Gtk::SORT_DESCENDING + w.sort_order = Gtk::SORT_DESCENDING # Show the direction arrow in the column header else model.set_sort_column_id(sort_column_id=PRODUCT, order = Gtk::SORT_ASCENDING) - w.sort_order = Gtk::SORT_ASCENDING + w.sort_order = Gtk::SORT_ASCENDING # Show the direction arrow in the column header end end # ----------------------------------------------------------------------(sorting) -s- (1/2) ---