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

NAME

IWL::Menubar - a menubar widget

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::List -> IWL::Menubar

DESCRIPTION

A menubar widget

CONSTRUCTOR

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

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

SIGNALS

Fires when a menu item has been activated, via double clicking. Receives the activated item as a parameter

METHODS

appendMenuItem (TEXT, [URL, %ARGS])

Appends text as a menu item to the current menubar

Parameters: TEXT - the text, URL - the url of the item icon, %ARGS - the hash attributes of the menu item

prependMenuItem (TEXT, [URL, %ARGS])

Prepends text as a menu item to the current menubar

Parameters: TEXT - the text, URL - the url of the item icon, %ARGS - the hash attributes of the menu item

appendMenuSeparator

Appends a separator to the menubar

prependMenuSeparator

Prepends a separator to the menubar

setMouseOverActivation (BOOL)

Sets whether the child menus of the menubar should pop up on mouse over or not

Parameters: BOOL - true if the submenus should pop up on mouse over

getMouseOverActivation

Returns true if the menubar is activated with a mouse-over event

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 188:

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