-
-
10 Jun 2011 01:41:41 UTC
- Distribution: Gtk2-Ex-History
- Module version: 8
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues
- Testers (1059 / 1 / 1)
- Kwalitee
Bus factor: 1- 87.50% Coverage
- License: open_source
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (52.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Kevin Ryde
- Dependencies
- Glib::Ex::ConnectProperties
- Glib::Ex::FreezeNotify
- Glib::Ex::ObjectBits
- Glib::Ex::SignalBits
- Glib::Ex::SignalIds
- Glib::Object::Subclass
- Gtk2
- Gtk2::Ex::Dashes::MenuItem
- Gtk2::Ex::MenuView
- Gtk2::Ex::TreeModelBits
- Gtk2::Ex::Units
- Gtk2::Ex::WidgetEvents
- Locale::Messages
- Locale::TextDomain
- Test::Weaken::Gtk2
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Gtk2::Ex::History::Dialog -- dialog of history "back" and "forward" places
SYNOPSIS
use Gtk2::Ex::History::Dialog; Gtk2::Ex::History::Dialog->popup ($history, $parent_widget);
WIDGET HIERARCHY
Gtk2::Ex::History::Dialog
is a subclass ofGtk2::Dialog
.Gtk2::Widget Gtk2::Container Gtk2::Bin Gtk2::Window Gtk2::Dialog Gtk2::Ex::History::Dialog
DESCRIPTION
A
Gtk2::Ex::History::Dialog
displays the "current", "back" and "forward" places of aGtk2::Ex::History
object.+--------------------------------------------------+ | Current: Thing now displayed | | +--------------------+ +--------------------+ | | | Back | | Forward | | | +--------------------+ +--------------------+ | | | Thing last visited | | Thing forward | | | | The thing before | | Further forward | | | | An old thing | | | | | +--------------------+ +--------------------+ | +--------------------------------------------------+ | Close | +--------------------------------------------------+
Clicking on a back or forward item moves to make it current. Clicking on the Back and Forward headings moves by one in that direction. Drag and drop can rearrange items. Dropping on the "current" moves to make that item current, extracting it from the back or forward.
FUNCTIONS
$dialog = Gtk2::Ex::History::Dialog->new (key => value, ...)
-
Create and return a new history dialog. Optional key/value pairs set initial properties as per
Glib::Object->new
. Thehistory
property is what to display.my $dialog = Gtk2::Ex::History::Dialog->new (history => $my_history);
PROPERTIES
SEE ALSO
Gtk2::Ex::History, Gtk2::Ex::History::Menu, Gtk2::Dialog
HOME PAGE
http://user42.tuxfamily.org/gtk2-ex-history/index.html
LICENSE
Gtk2-Ex-History is Copyright 2010, 2011 Kevin Ryde
Gtk2-Ex-History 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.
Gtk2-Ex-History 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 Gtk2-Ex-History. If not, see http://www.gnu.org/licenses/.
Module Install Instructions
To install Gtk2::Ex::History, copy and paste the appropriate command in to your terminal.
cpanm Gtk2::Ex::History
perl -MCPAN -e shell install Gtk2::Ex::History
For more information on module installation, please visit the detailed CPAN module installation guide.