Struct gtk_sys::GtkFixedChild [] [src]

pub struct GtkFixedChild {
    pub widget: *mut GtkWidget,
    pub x: c_int,
    pub y: c_int,
}

Fields