pub unsafe extern "C" fn uiWindowResizeable(w: *mut uiWindow) -> c_int
Expand description

Returns whether or not the window is user resizeable.

@param w uiWindow instance. @returns TRUE if window is resizable, FALSE otherwise. [Default: TRUE] @memberof uiWindow