gdk4_x11/auto/x11_drag.rs
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use crate::ffi;
glib::wrapper! {
///
///
/// # Implements
///
/// [`trait@gdk::prelude::DragExt`]
#[doc(alias = "GdkX11Drag")]
pub struct X11Drag(Object<ffi::GdkX11Drag, ffi::GdkX11DragClass>) @extends gdk::Drag;
match fn {
type_ => || ffi::gdk_x11_drag_get_type(),
}
}
impl X11Drag {}