navigator_window_cover_label_set_text()
Set the label text.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_set_text(navigator_window_cover_label_t *label, const char *text)
Arguments:
- label
-
The window cover label handle.
- text
-
The window cover text to use.
Library:
libbpsDescription:
Changes the text for the label.
Returns:
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.