uiEntryText

Function uiEntryText 

Source
pub unsafe extern "C" fn uiEntryText(e: *mut uiEntry) -> *mut c_char
Expand description

Returns the entry’s text.

@param e uiEntry instance. @returns The text of the entry.\n A NUL terminated UTF-8 string.\n Caller is responsible for freeing the data with uiFreeText(). @memberof uiEntry