Function boing::reexports::libui_ng_sys::uiEntrySetText
source · pub unsafe extern "C" fn uiEntrySetText(
e: *mut uiEntry,
text: *const i8
)Expand description
Sets the entry’s text.
@param e uiEntry instance.
@param text Entry text.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@memberof uiEntry