uiLabelText

Function uiLabelText 

Source
pub unsafe extern "C" fn uiLabelText(l: *mut uiLabel) -> *mut c_char
Expand description

Returns the label text.

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