Window.fullscreened

Set fullscreened property.

  1. bool fullscreened [@property getter]
  2. bool fullscreened [@property setter]
    class Window
    @property
    void
    fullscreened
    (
    bool propval
    )

Parameters

propval bool

Whether the window is fullscreen.

Setting this property is the equivalent of calling gtk.window.Window.fullscreen or gtk.window.Window.unfullscreen; either operation is asynchronous, which means you will need to connect to the ::notify signal in order to know whether the operation was successful.