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

NAME

FvwmPiazza::Group - FvwmPiazza class for grouping.

VERSION

version 0.3001

SYNOPSIS

    use base qw(FvwmPiazza::Group);

DESCRIPTION

This module manages groups of windows.

init

Initialize.

DESTROY

Destruction.

add_window_to_group

    $self->add_window_to_group(window=>$window);

remove_window_from_group

    $win_rec = $self->remove_window_from_group(window=>$window);

remove_all_windows

    @windows = $self->remove_all_windows();

num_windows

Number of windows in this group

arrange_group

Resize and move the group.

$self->arrange_group(x=>$xpos, y=>$ypos, width=>$width, height=>$height, module=>$mod_ref, );