gdk4_wayland/auto/
wayland_popup.rs

1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::{ffi, WaylandSurface};
6
7glib::wrapper! {
8    /// The Wayland implementation of [`gdk::Popup`][crate::gdk::Popup].
9    ///
10    /// # Implements
11    ///
12    /// [`WaylandSurfaceExt`][trait@crate::prelude::WaylandSurfaceExt], [`trait@gdk::prelude::SurfaceExt`], [`trait@gdk::prelude::PopupExt`], [`WaylandSurfaceExtManual`][trait@crate::prelude::WaylandSurfaceExtManual]
13    #[doc(alias = "GdkWaylandPopup")]
14    pub struct WaylandPopup(Object<ffi::GdkWaylandPopup>) @extends WaylandSurface, gdk::Surface, @implements gdk::Popup;
15
16    match fn {
17        type_ => || ffi::gdk_wayland_popup_get_type(),
18    }
19}
20
21impl WaylandPopup {}