
App::Chart::Gtk2::SymlistRadioMenu -- radio menu of symbol lists

use App::Chart::Gtk2::SymlistRadioMenu; my $menu = App::Chart::Gtk2::SymlistRadioMenu->new;

App::Chart::Gtk2::SymlistRadioMenu is a subclass of Gtk2::Ex::MenuView,
Gtk2::Widget
Gtk2::Container
Gtk2::MenuShell
Gtk2::Menu
Gtk2::Ex::MenuView
App::Chart::Gtk2::SymlistRadioMenu

A App::Chart::Gtk2::SymlistRadioMenu displays a menu of the available symlists with Gtk2::RadioMenuItems, allowing the user to select one of them. The currently selected list is in the symlist property.
+--------------+
| * Alerts |
+--------------+
| Favourites |
+--------------+
| All |
+--------------+
| Historical |
+--------------+

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

symlist (App::Chart::Gtk2::Symlist, default undef)The currently selected symlist in the menu radio buttons, or undef for none selected. This changes when the user selects a new list, and it can also be set programmatically.
