package
Gtk2OutlineEditor::TreeStore;
use
strict;
use
warnings;
use
Gtk2;
use
X3DError;
#
# here we register our new type and its interfaces with the type system.
# If you want to implement additional interfaces like GtkTreeSortable,
# you will need to do it here.
#
use
Glib::Object::Subclass Gtk2OutlineEditor::TreeModel::,
;
1;
__END__