Opened 14 years ago
Closed 14 years ago
#2150 closed defect (wontfix)
No way to get resize events on FloatingPane
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
FloatingPane?? publishes a floatingPaneMove topic, but no equivalent for resize events. resizeTo() doesn't appear to be called reliably, so it's not an easy thing to event.connect to, either.
I propose adding a floatingPaneResize topic, which would be published both from resizeTo() and the (currently empty) checkSize().
-Bryan Pendleton ([email protected]…)
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
FloatingPane? not supported for 0.9; use Dialog instead.