Struct gtk::Requisition [] [src]

pub struct Requisition {
    pub width: i32,
    pub height: i32,
}

Fields