The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gapp::Window - Window Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::Widget
....+-- Gapp::Container
........+-- Gapp::Window

Roles

Gapp::Meta::Widget::Native::Trait::Role::HasIcon

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 and default_height properties.

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.