Tk_SetInternalBorderEx

Function Tk_SetInternalBorderEx 

Source
pub unsafe extern "C" fn Tk_SetInternalBorderEx(
    tkwin: Tk_Window,
    left: c_int,
    right: c_int,
    top: c_int,
    bottom: c_int,
)