Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
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, );