NAME
App::Chart::Gtk2::Smarker -- ...
SYNOPSIS
use App::Chart::Gtk2::Smarker;
DESCRIPTION
A App::Chart::Gtk2::Smarker object keeps track of a position within
FUNCTIONS
$smarker = App::Chart::Gtk2::Smarker->new (...)-
Create and return an Smarker object.
($symlist, $symbol) = $smarker->next()($symlist, $symbol) = $smarker->prev()-
Move
$smarkerto the next or previous symbol and return theApp::Chart::Gtk2::Symlistobject 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
$smarkerto the given symbol, or symbol and symlist.