Tk_RedrawImage

Function Tk_RedrawImage 

Source
pub unsafe extern "C" fn Tk_RedrawImage(
    image: Tk_Image,
    imageX: c_int,
    imageY: c_int,
    width: c_int,
    height: c_int,
    drawable: Drawable,
    drawableX: c_int,
    drawableY: c_int,
)