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::Layouts - Base class for FvwmPiazza layouts.
VERSION
version 0.3001
SYNOPSIS
use base qw(FvwmPiazza::Layouts);
DESCRIPTION
This is the base class for defining different layout modules for FvwmPiazza.
name
The name of this layout.
check_args
Check the arguments
apply_layout
Apply the requested tiling layout.
place_window
Place one window within the tiling layout
calculate_ratios
Calculate the desired ratios for lengths or widths.
REQUIRES
Class::Base
BUGS
Please report any bugs or feature requests to the author.
AUTHOR
Kathryn Andersen (RUBYKAT)
perlkat AT katspace dot org
http://www.katspace.com/tools/fvwm_tiler/
COPYRIGHT AND LICENCE
Copyright (c) 2009 by Kathryn Andersen
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.