
Gapp::Widget - The base class for all Gapp widgets


All Gapp widgets inherit from Gapp::Widget.

If the widget should expand inside it's container. (Tables widgets ignore this value because widget expansion is determind by the Gapp::TableMap)
If the widget should fill it's container. (Tables widgets ignore this value because widget layout is determind by the Gapp::TableMap)
The gwrapper is a widget that encapsulates the gobject.
This is useful when creating composite widgets.
To retrieve the value of the gwrapper attribute use the get_gwrapper method.
Calling the grwapper will return the gwrapper if one has been set,
otherwise it will return the gobject.
Padding around the widget.
The parent widget.
The tooltip to display over the widget.

Searches through the widget heirachy to find the furthest widget up the chain with no parent widget. Returns the calling widget if it has no parent.

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

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.