The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
use rlib "./";
use rlib "../../../";
use Gtk2;
use Glib qw(TRUE FALSE);
#
# 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__