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

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.