Tk_GetElementBox

Function Tk_GetElementBox 

Source
pub unsafe extern "C" fn Tk_GetElementBox(
    style: Tk_Style,
    element: Tk_StyledElement,
    recordPtr: *mut c_char,
    tkwin: Tk_Window,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
    inner: c_int,
    xPtr: *mut c_int,
    yPtr: *mut c_int,
    widthPtr: *mut c_int,
    heightPtr: *mut c_int,
)