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

NAME

Gapp::Bin - Bin widget

OBJECT HIERARCHY

Gapp::Widget
+-- Gapp::Container
....+-- Gapp::Bin
........+-- Gapp::ScrolledWindow

PROVIDED ATTRIBUTES

policy
is rw
isa ArrayRef[$hscrollpolicy, $vscrollpolicy]|Undef

Set the policy of the scrolled window. Possible values for hscrollpolicy and vscrollpolicy are automatic, always, and never.

use_viewport
is rw
isa Bool
default 0

Whether the scrolled window should use a viewport when packing widgets. Use this when packing widgets that do not support scrolling.

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.