
App::Chart::Gtk2::Smarker -- ...

use App::Chart::Gtk2::Smarker;

A App::Chart::Gtk2::Smarker object keeps track of a position within

$smarker = App::Chart::Gtk2::Smarker->new (...)Create and return an Smarker object.
($symlist, $symbol) = $smarker->next()($symlist, $symbol) = $smarker->prev()Move $smarker to the next or previous symbol and return the App::Chart::Gtk2::Symlist object and the symbol string. If there's no more symbols in the respective direction then the return is an empty list ().
$smarker->goto ($symbol)$smarker->goto ($symbol, $symlist)Move $smarker to the given symbol, or symbol and symlist.