pub unsafe extern "C" fn uiWindowBorderless(w: *mut uiWindow) -> c_int
Expand description
Returns whether or not the window is borderless.
@param w uiWindow instance.
@returns TRUE
if window is borderless, FALSE
otherwise. [Default: TODO
]
@memberof uiWindow