App::MathImage::Gtk2::OeisEntryMenu -- menu of things in an OEIS entrybox
use App::MathImage::Gtk2::OeisEntryMenu; my $menu = App::MathImage::Gtk2::OeisEntryMenu->new; App::MathImage::Gtk2::OeisEntryMenu->popup_from_entry ($event, $oeis_entry);
App::MathImage::Gtk2::OeisEntryMenu
is a subclass of Gtk::Menu
,
Gtk2::Widget Gtk2::Container Gtk2::MenuShell Gtk2::Menu App::MathImage::Gtk2::OeisEntryMenu
An App::MathImage::Gtk2::OeisEntryMenu
displays a little menu for an OeisEntry box.
+----------+ +----------+ +----------+ | Download | +----------+
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
.
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.
App::MathImage::Gtk2::OeisEntry, Gtk2::Menu
http://user42.tuxfamily.org/math-image/index.html
Copyright 2010, 2011, 2012, 2013 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/.