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

NAME

Gapp::Assistant - Assistant Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::Widget
....+-- Gapp::Container
........+-- Gapp::Bin
............+-- Gapp::Window
................+-- Gapp::Assistant

PROVIDED ATTRIBUTES

forward_page_func
is rw
isa CodeRef

Called when user moves forward through the assistant.

PROVIDED METHODS

set_current_page $page

Sets the currently displayed page.

find_page $page_name

Finds and returns the page with the given $page_name.

current_page

Returns the currently displayed page.

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.