Struct gtk_sys::GtkFixedChild [] [src]

#[repr(C)]
pub struct GtkFixedChild { pub widget: *mut GtkWidget, pub x: c_int, pub y: c_int, }

Fields