uiEntrySetText

Function uiEntrySetText 

Source
pub unsafe extern "C" fn uiEntrySetText(
    e: *mut uiEntry,
    text: *const c_char,
)
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 copied internally. Ownership is not transferred. @memberof uiEntry