pub unsafe extern "C" fn ulViewSetChangeTooltipCallback(
view: ULView,
callback: ULChangeTooltipCallback,
user_data: *mut c_void,
)Expand description
Set callback for when the tooltip changes (usually result of a mouse hover).
pub unsafe extern "C" fn ulViewSetChangeTooltipCallback(
view: ULView,
callback: ULChangeTooltipCallback,
user_data: *mut c_void,
)Set callback for when the tooltip changes (usually result of a mouse hover).