XPUSelectIfNeeded

Function XPUSelectIfNeeded 

Source
pub unsafe extern "C" fn XPUSelectIfNeeded(
    inMessage: XPWidgetMessage,
    inWidget: XPWidgetID,
    inParam1: isize,
    inParam2: isize,
    inEatClick: c_int,
) -> c_int
Expand description

XPUSelectIfNeeded

This causes the widget to bring its window to the foreground if it is not already. inEatClick specifies whether clicks in the background should be consumed by bringing the window to the foreground.