pub unsafe extern "C" fn uiWindowSetBorderless(
w: *mut uiWindow,
borderless: c_int,
)
Expand description
Sets whether or not the window is borderless.
@param w uiWindow instance.
@param borderless TRUE
to make window borderless, FALSE
otherwise.
@note This method is merely a hint and may be ignored by the system.
@memberof uiWindow