pub unsafe extern "C" fn uiSliderSetHasToolTip(
s: *mut uiSlider,
hasToolTip: c_int,
)
Expand description
Sets whether or not the slider has a tool tip.
@param s uiSlider instance.
@param hasToolTip TRUE
to display a tool tip, FALSE
to display no tool tip.
@memberof uiSlider