Function libui_ng_sys::uiEntryOnChanged
source · pub unsafe extern "C" fn uiEntryOnChanged(
e: *mut uiEntry,
f: Option<unsafe extern "C" fn(sender: *mut uiEntry, senderData: *mut c_void)>,
data: *mut c_void
)Expand description
Registers a callback for when the user changes the entry’s text.
@param e uiEntry instance. @param f Callback function.\n @p sender Back reference to the instance that initiated the callback.\n @p senderData User data registered with the sender instance.\n @param data User data to be passed to the callback.
@note The callback is not triggered when calling uiEntrySetText(). @memberof uiEntry