Class pwlib.appEvent.guiFloatingPanelStateChange
Extends
pwlib.appEvent.
The state change event for the floating panel. This event is fired
when the floating panel changes its state. This event is not cancelable.
Defined in: script.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The current floating panel state.
|
|
<constant> |
Panel state: the user is dragging the floating panel.
|
<constant> |
Panel state: hidden.
|
<constant> |
Panel state: minimized.
|
<constant> |
Panel state: visible.
|
- Fields borrowed from class pwlib.appEvent:
- cancelable, defaultPrevented, target, type
- Methods borrowed from class pwlib.appEvent:
- preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.guiFloatingPanelStateChange(state)
- Parameters:
- {Number} state
- The floating panel state.
Field Detail
{Number}
state
The current floating panel state.
<constant>
STATE_DRAGGING
Panel state: the user is dragging the floating panel.
<constant>
STATE_HIDDEN
Panel state: hidden.
<constant>
STATE_MINIMIZED
Panel state: minimized.
<constant>
STATE_VISIBLE
Panel state: visible.