The parameter for action invocations.
See [propertyToast:
action-name].
The label to show on the button.
Underlines in the button text can be used to indicate a mnemonic.
If set to NULL
, the button won't be shown.
See [propertyToast:
action-name].
The priority of the toast.
Priority controls how the toast behaves when another toast is already being displayed.
If the priority is ADW_TOAST_PRIORITY_NORMAL
, the toast will be queued.
If the priority is ADW_TOAST_PRIORITY_HIGH
, the toast will be displayed
immediately, pushing the previous toast into the queue instead.
The timeout of the toast, in seconds.
If timeout is 0, the toast is displayed indefinitely until manually dismissed.
Toasts cannot disappear while being hovered, pressed (on touchscreen), or have keyboard focus inside them.
The title of the toast.
The title can be marked up with the Pango text markup language.
The name of the associated action.
It will be activated when clicking the button.
See [property
Toast:
action-target].