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

NAME

IWL::Notebook - a tabbed notebook widget

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::Notebook

DESCRIPTION

The notebook widget provided a way to group content in tabs

CONSTRUCTOR

IWL::Notebook->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

SIGNALS

current_tab_change

Fires when the current tab of the notebook has changed

METHODS

appendTab (TEXT, [OBJECT, SELECTED])

Appends a new tab and adds the object to the tab page

Parameter: OBJECT - the IWL::Object(3pm) to be appended, TEXT - the text for the tab label, SELECTED - true if the tab should be the selected one

prependTab (TEXT, [OBJECT, SELECTED])

Prepends a new tab and adds the object to the tab page

Parameter: OBJECT - the IWL::Object(3pm) to be prepended, TEXT - the text for the tab label, SELECTED - true if the tab should be the selected one

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

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

This program 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 208:

You forgot a '=back' before '=head1'