# Copyright (c) 2003-2005 Ruby-GNOME2 Project Team # This program is licenced under the same licence as Ruby-GNOME2. # # $Id: list_store.rb,v 1.5 2005/02/06 18:25:13 kzys Exp $
The Gtk::ListStore is used to store data in list form, to be used later on by a Gtk::TreeView to display it. This demo builds a simple Gtk::ListStore and displays it. See the Stock Browser demo for a more advanced example.