ToastOverlay

class ToastOverlay(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Constructors:

ToastOverlay(**properties)
new() -> Gtk.Widget

Constructors

class ToastOverlay
classmethod new() Widget

Creates a new AdwToastOverlay.

Methods

class ToastOverlay
add_toast(toast: Toast) None

Displays toast.

Only one toast can be shown at a time; if a toast is already being displayed, either toast or the original toast will be placed in a queue, depending on the priority of toast. See priority.

If called on a toast that’s already displayed, its timeout will be reset.

If called on a toast currently in the queue, the toast will be bumped forward to be shown as soon as possible.

Parameters:

toast – a toast

get_child() Widget | None

Gets the child widget of self.

set_child(child: Widget | None = None) None

Sets the child widget of self.

Parameters:

child – the child widget

Properties

class ToastOverlay
props.child: Widget

The child widget.