Function libui_ng_sys::uiWindowSetContentSize
source · 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