uiButtonText

Function uiButtonText 

Source
pub unsafe extern "C" fn uiButtonText(b: *mut uiButton) -> *mut c_char
Expand 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