Function libui_ng_sys::uiWindowSetTitle
source · 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 owned by the caller.
@note This method is merely a hint and may be ignored on unix platforms.
@memberof uiWindow