pub unsafe extern "C" fn uiButtonText(b: *mut uiButton) -> *mut c_charExpand description
Returns the button label text.
@param b uiButton 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 uiButton