set_fullscreen


Description:

public void set_fullscreen (bool fullscreen)

Set the window to be in fullscreen mode or windowed mode.

Note:

Setting fullscreen mode doesn't necessarily mean the window is actually fullscreen. Setting this property is only a request to the underlying window system.

Parameters:

this

A Window

fullscreen

true to request fullscreen mode, false to disable




2022 vala-language.org