Tk_Draw3DRectangle

Function Tk_Draw3DRectangle 

Source
pub unsafe extern "C" fn Tk_Draw3DRectangle(
    tkwin: Tk_Window,
    drawable: Drawable,
    border: Tk_3DBorder,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
    borderWidth: c_int,
    relief: c_int,
)