[][src]Function gdk_sys::gdk_window_move_to_rect

pub unsafe extern "C" fn gdk_window_move_to_rect(
    window: *mut GdkWindow,
    rect: *const GdkRectangle,
    rect_anchor: GdkGravity,
    window_anchor: GdkGravity,
    anchor_hints: GdkAnchorHints,
    rect_anchor_dx: c_int,
    rect_anchor_dy: c_int
)