pub unsafe extern "C" fn uiWindowSetTitle(
w: *mut uiWindow,
title: *const c_char,
)
Expand description
Sets the window title.
@param w uiWindow instance.
@param title Window title text.\n
A valid, NUL
terminated UTF-8 string.\n
Data is copied internally. Ownership is not transferred.
@note This method is merely a hint and may be ignored on unix platforms.
@memberof uiWindow