NAME
Gapp::Window - Window Widget
OBJECT HIERARCHY
- Gapp::Object
- +-- Gapp::Widget
- ....+-- Gapp::Container
- ........+-- Gapp::Window
Roles
PROVIDED ATTRIBUTES
- transient_for
-
- is rw
- isa Gapp::Window|Undef
DELEGATED PROPERTIES
- title
- default_height
- default_width
- default_size = [$width, $height]>
-
Takes an ArrayRef and delegates the contents to the
default_width
anddefault_height
properties. - modal
- opacity
- resizable
- title
- window_position
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.