
App::Chart::Gtk2::TickerMenu -- menu for ticker

use App::Chart::Gtk2::TickerMenu;

App::Chart::Gtk2::TickerMenu is a subclass of Gtk::Menu,
Gtk2::Widget
Gtk2::Container
Gtk2::MenuShell
Gtk2::Menu
App::Chart::Gtk2::TickerMenu

A App::Chart::Gtk2::TickerMenu shows the following things which can be done from a symbol in the ticker. It's split out from the main Ticker code to keep the size there down and since it may not be needed at all if not used.
+----------+
| Refresh | update quotes
| Symbols | the symlist to display
| Run | whether to scroll the ticker
+----------+
| <SYMBOL> |
| Intraday | view an intraday graph
| Web > | web links from App::Chart::Gtk2::WeblinkMenu
+----------+
| Help |
| Quit | or hide
+----------+

App::Chart::Gtk2::TickerMenu->new (key=>value,...)Create and return a new App::Chart::Gtk2::TickerMenu object. Optional key/value pairs set initial properties as per Glib::Object->new.

symbol (App::Chart::Gtk2::Job, default undef)The stock or commodity symbol string to show, or undef if none. This is shown in a non-clickable entry in the menu.
ticker (App::Chart::Gtk2::Ticker object, default undef)The ticker to act on.
