ui.Confirmation
ui.Confirmation
Inherits from: ui.Process
Fields
| Name | Type | |
|---|---|---|
blackBG | libs.heaps.slib.HSprite | |
fb | ui.FlowBox | |
text | ui.Text | |
fControl | h2d.Flow | |
clYes | ui.ControlLabel | |
clNo | ui.ControlLabel | |
controller | tool.ControllerAccess | |
from | ui.Process | |
onValidate | Fun | |
onCancel | Fun | |
validSfx | hxd.res.Sound | |
closing | Bool |
Protos
f@6542onResize(ui.Confirmation) → Voidf@6543close(ui.Confirmation) → Voidf@6544onDispose(ui.Confirmation) → Voidf@6545update(ui.Confirmation) → Void
Bindings
- static
f@6546__constructor__(ui.Confirmation, ui.Process, String, Fun, Fun, String, String, hxd.res.Sound) → Void