Struct gtk_sys::GtkRequisition [] [src]

#[repr(C)]
pub struct GtkRequisition { pub width: c_int, pub height: c_int, }

Fields