uiWindowSetContentSize

Function uiWindowSetContentSize 

Source
pub unsafe extern "C" fn uiWindowSetContentSize(
    w: *mut uiWindow,
    width: c_int,
    height: c_int,
)
Expand description

Sets the window content size.

@param w uiWindow instance. @param width Window content width to set. @param height Window content height to set. @note The content size does NOT include window decorations like menus or title bars. @note This method is merely a hint and may be ignored by the system. @memberof uiWindow