Tk_DrawElement

Function Tk_DrawElement 

Source
pub unsafe extern "C" fn Tk_DrawElement(
    style: Tk_Style,
    element: Tk_StyledElement,
    recordPtr: *mut c_char,
    tkwin: Tk_Window,
    d: Drawable,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
    state: c_int,
)