gtk4/auto/alias.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
5#[allow(unused_imports)]
6use crate::auto::*;
7
8#[doc(alias = "GtkAllocation")]
9pub type Allocation = gdk::Rectangle;