Modules§
- backdrop
- Modal backdrop widget.
Structs§
- AskStyle
W
Question style.- Confirm
Style W
Confirmation style.- DIALOG
- Dialog service.
- Default
Style W
Dialog default style.- Dialog
W
A modal dialog overlay container.- Dialog
Button Args - Arguments for
button_fn
. - Dialog
Close Canceled Args - Arguments for
DIALOG_CLOSE_CANCELED_EVENT
. - Dialog
Kind - Dialog kind options.
- Error
Style W
Dialog error style.- File
Dialog Filters - File dialog filters builder.
- Info
Style W
Dialog info style.- Response
- Dialog response.
- Responses
- Response labels.
- Warn
Style W
Dialog warn style.
Enums§
- File
Dialog Response - Response to a message dialog.
Statics§
- BUTTON_
FN_ VAR - Dialog response button generator, usually placed as
child_out_bottom
. - CONTENT_
VAR - Content widget, usually the dialog child.
- DEFAULT_
RESPONSE_ VAR - Dialog response when closed without setting a response.
- DIALOG_
CLOSE_ CANCELED_ EVENT - An attempt to close the dialog was made without setting the response.
- ICON_
VAR - Icon widget, usually placed as
child_out_start
. - NATIVE_
DIALOGS_ VAR - Defines what native dialogs are used on a context.
- RESPONSES_
VAR - Dialog responses.
- STYLE_
FN_ VAR - Contextual style variable.
- TITLE_
VAR - Title widget, usually placed as
child_out_top
.
Functions§
- button_
fn P
Dialog button generator.- content
P
Dialog content widget.- default_
button_ fn - Default value of
button_fn
- default_
response P
Dialog response when closed without setting a response.- icon
P
Dialog icon widget.- native_
dialogs P
Defines what native dialogs are used by dialogs opened on the context.- on_
dialog_ close_ canceled P
Dialogs must only close usingDIALOG.respond
.- on_
pre_ dialog_ close_ canceled P
Previewon_dialog_close_canceled
event.- responses
P
Dialog responses.- style_
fn P
Extends or replaces the widget style.- title
P
Dialog title widget.