Class
AdwToastOverlay
Description [src]
final class Adw.ToastOverlay : Gtk.Widget {
/* No available fields */
}
A widget showing toasts above its content.
Toasts can be shown with adw_toast_overlay_add_toast()
.
See AdwToast
for details.
CSS nodes
toastoverlay
├── [child]
├── toast
┊ ├── label.heading
├── [button]
╰── button.circular.flat
AdwToastOverlay
‘s CSS node is called toastoverlay
. It contains the child,
as well as zero or more toast
subnodes.
Each of the toast
nodes contains a label
subnode with the .heading
style class, optionally a button
subnode, and another button
subnode with
.circular
and .flat
style classes.
Accessibility
AdwToastOverlay
uses the GTK_ACCESSIBLE_ROLE_TAB_GROUP
role.
Available since: | 1.0 |