
App::Chart::Gtk2::Symlist::Glob -- pattern match symlist

use App::Chart::Gtk2::Symlist::Glob; my $symlist = App::Chart::Gtk2::Symlist::Glob->new ($parentlist, '*.NZ');

App::Chart::Gtk2::Symlist::Glob is a subclass of Gtk2::Ex::TreeModelFilter::Draggable,
Glib::Object
Gtk2::TreeModelFilter
Gtk2::Ex::TreeModelFilter::Draggable
App::Chart::Gtk2::Symlist::Glob

A App::Chart::Gtk2::Symlist::Glob object filters a given child symlist according to a glob style pattern like "*.NZ". The globbed list updates with the child symlist, but is otherwise read-only and exists only in the current process (it doesn't go into the database).

App::Chart::Gtk2::Symlist::Glob->new ($child_symlist, $pattern)Create and return a App::Chart::Gtk2::Symlist::Glob which is $parent_symlist filtered by $pattern.

pattern (string)A glob style pattern like "*.NZ".
