
App::Chart::Gtk2::TickerModel -- ticker display data model object

use App::Chart::Gtk2::TickerModel; my $model = App::Chart::Gtk2::TickerModel->new ($symlist);

App::Chart::Gtk2::TickerModel is a subclass of Gtk2::TreeModelFilter,
Glib::Object
Gtk2::TreeModelFilter
App::Chart::Gtk2::TickerModel

A App::Chart::Gtk2::TickerModel object presents the data from a given App::Chart::Gtk2::Symlist in a form suitable for the App::Chart::Gtk2::Ticker widget. Currently this is its sole use.

App::Chart::Gtk2::TickerModel->new ($symlist)Create and return a App::Chart::Gtk2::TickerModel object presenting the symbols in $symlist.

symlist (App::Chart::Gtk2::Symlist object, read-only)The symlist to track and get data from. The intention is that this is "construct-only", ie. to be set only when first constructing the model. To present a different symlist create a new model.
