Function wxd_ScrolledWindow_SetScrollbars

Source
pub unsafe extern "C" fn wxd_ScrolledWindow_SetScrollbars(
    self_: *mut wxd_ScrolledWindow_t,
    pixelsPerUnitX: c_int,
    pixelsPerUnitY: c_int,
    noUnitsX: c_int,
    noUnitsY: c_int,
    xPos: c_int,
    yPos: c_int,
    noRefresh: bool,
)