The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::MathImage::Gtk2::OeisEntryMenu -- menu of things in an OEIS entrybox

SYNOPSIS

 use App::MathImage::Gtk2::OeisEntryMenu;
 my $menu = App::MathImage::Gtk2::OeisEntryMenu->new;

 App::MathImage::Gtk2::OeisEntryMenu->popup_from_entry ($event, $oeis_entry);

WIDGET HIERARCHY

App::MathImage::Gtk2::OeisEntryMenu is a subclass of Gtk::Menu,

    Gtk2::Widget
      Gtk2::Container
        Gtk2::MenuShell
          Gtk2::Menu
            App::MathImage::Gtk2::OeisEntryMenu

DESCRIPTION

An App::MathImage::Gtk2::OeisEntryMenu displays a little menu for an OeisEntry box.

    +----------+
    +----------+
    +----------+
    | Download |
    +----------+

FUNCTIONS

App::MathImage::Gtk2::OeisEntryMenu->new (key=>value,...)

Create and return a new App::MathImage::Gtk2::OeisEntryMenu object. Optional key/value pairs set initial properties as per Glib::Object->new.

PROPERTIES

anum (string, default undef)

The A-number to act on in the menu. Normally this is set at the time the menu is popped up. Changing it while popped up works, but could confuse the user.

SEE ALSO

App::MathImage::Gtk2::OeisEntry, Gtk2::Menu

HOME PAGE

http://user42.tuxfamily.org/math-image/index.html

LICENSE

Copyright 2010, 2011, 2012, 2013, 2014, 2019, 2020 Kevin Ryde

Math-Image is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Math-Image is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Math-Image. If not, see http://www.gnu.org/licenses/.