// 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::{Buildable, Widget, ffi};
glib::wrapper! {
#[doc(alias = "GtkMisc")]
pub struct Misc(Object<ffi::GtkMisc, ffi::GtkMiscClass>) @extends Widget, @implements Buildable;
match fn {
type_ => || ffi::gtk_misc_get_type(),
}
}
impl Misc {
pub const NONE: Option<&'static Misc> = None;
}