Struct gtk_sys::GtkRequisition [] [src]

pub struct GtkRequisition {
    pub width: c_int,
    pub height: c_int,
}

Fields