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

NAME

FLTK::BarGroup - A closable strip typically used as a container for toolbars

Description

The BarGroup is a closable strip that can be put in the edges of a Pack, usually it contains toolbars or buttons.

Based on Frametab V2 contributed by Curtis Edwards (curt1@trilec.com)

Functions

close

my $is_closed = $bargroup->close( );

default_style

my $style = $bargroup->default_style( );

Get the style

$bargroup->default_style( $style );

Set the style.

glyph_size

my $size = $bargroup->glyph_size( );
$bargroup->glyph_size( $size );

layout

$bargroup->layout( );

new

my $self = $bargroup->new( $x, $y, $w, $h, $label, $begin );

Creates a new FLTK::BarGroup object.

open

my $is_open = $bargroup->open( );

opened

my $is_it = $bargroup->opened( );
my $is_it = $bargroup->opened( $value );

Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

License and Legal

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or notes on the Artistic License 2.0 for clarification.

When separated from the distribution, all original POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See the clarification of the CCA-SA3.0.