Crate zng_wgt_dialog
source ·Modules§
- Modal backdrop widget.
Structs§
W
Question style.W
Confirmation style.- Dialog service.
W
Dialog default style.W
A modal dialog overlay container.- Arguments for
button_fn
. - Arguments for
DIALOG_CLOSE_CANCELED_EVENT
. - Dialog kind options.
W
Dialog error style.- File dialog filters builder.
W
Dialog info style.- Dialog response.
- Response labels.
W
Dialog warn style.
Enums§
- Response to a message dialog.
Statics§
- Dialog response button generator, usually placed as
child_out_bottom
. - Content widget, usually the dialog child.
- Dialog response when closed without setting a response.
- An attempt to close the dialog was made without setting the response.
- Icon widget, usually placed as
child_out_start
. - Defines what native dialogs are used on a context.
- Dialog responses.
- Contextual style variable.
- Title widget, usually placed as
child_out_top
.
Functions§
P
Dialog button generator.P
Dialog content widget.- Default value of
button_fn
P
Dialog response when closed without setting a response.P
Dialog icon widget.P
Defines what native dialogs are used by dialogs opened on the context.P
Dialogs must only close usingDIALOG.respond
.P
Previewon_dialog_close_canceled
event.P
Dialog responses.P
Extends or replaces the widget style.P
Dialog title widget.