NAME
App::MathImage::Gtk2::OeisEntryMenu -- menu of things in an OEIS entrybox
SYNOPSIS
use App::MathImage::OeisEntryMenu;
my $menu = App::MathImage::OeisEntryMenu->new;
App::MathImage::OeisEntryMenu->popup_from_entry ($event, $oeis_entry);
WIDGET HIERARCHY
App::MathImage::OeisEntryMenu
is a subclass of Gtk::Menu
,
Gtk2::Widget
Gtk2::Container
Gtk2::MenuShell
Gtk2::Menu
App::MathImage::OeisEntryMenu
DESCRIPTION
An App::MathImage::OeisEntryMenu
displays a little menu for an OeisEntry box.
+----------+
+----------+
+----------+
| Download |
+----------+
FUNCTIONS
App::MathImage::OeisEntryMenu->new (key=>value,...)
-
Create and return a new
App::MathImage::OeisEntryMenu
object. Optional key/value pairs set initial properties as perGlib::Object->new
.
PROPERTIES
anum
(string, defaultundef
)-
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 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/.