Ticket #705 (new enhancement)
Pychan widget events
| Reported by: | vdaras <vasileiosdaras@…> | Owned by: | FIFE |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3.5 |
| Component: | engine/extensions/pychan | Version: | trunk |
| Severity: | normal | Keywords: | pychan widgets events |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
Make event mapper able to map events distributed by widgets.
Possible widget events:
- Widget hidden
- Widget shown
- Widget moved
- Widget resized
Change History
Note: See
TracTickets for help on using
tickets.

(In [3941]) Enabled widget events. Events widgetMoved and widgetResized are not fired for children when their parent is moved or resized yet. I also created a test in <fife>/tests/fife_test/tests/ for this. refs #705