The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

WIDGET HIERARCHY

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

DESCRIPTION

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 |
+--------------+

FUNCTIONS

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.

PROPERTIES

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.

SEE ALSO

App::Chart::Gtk2::Symlist, Gtk2::Menu, Gtk2::RadioMenuItem