pub unsafe extern "C" fn uiMultilineEntryAppend(
    e: *mut uiMultilineEntry,
    text: *const c_char
)
Expand description

Appends text to the multi line entry’s text.

@param e uiMultilineEntry instance. @param text Text to append.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiMultilineEntry