Name | Date | Size | |
---|---|---|---|
.. | 2012-03-31 01:07:24 | 100 | |
assets | 2012-03-02 09:27:19 | 5 | |
build.properties | 2012-02-29 21:51:51 | 777 | |
build.xml | 2011-07-18 23:49:30 | 287 | |
docs | 2012-03-31 01:07:24 | 12 | |
HISTORY.md | 2012-03-01 08:28:02 | 1.4 KiB | |
js | 2012-03-26 02:02:52 | 3 | |
meta | 2011-12-16 17:29:30 | 3 | |
README.md | 2011-07-25 09:45:18 | 596 | |
tests | 2012-03-23 18:22:35 | 4 |
README.md
Panel
=====
Panel is a widget that simulates the behavior of an OS window.
It is positionable, stackable, and provides support for the standard
module format layout, with a header, body and footer section.
The header and footer sections can support buttons with specific callback
functions. The panel can be modal, and can be auto-focussed or hidden when
certain UI interactions occur.
The panel is built by extending Widget and adding the WidgetPosition,
WidgetStack, WidgetPositionAlign, WidgetPositionConstrain, WidgetStdMod,
WidgetModality, WidgetAutohide, and WidgetButtons extensions.