Expand description
Get whether the window should be shown in fullscreen state or not.
true
if the window should be fullscreen or false
otherwise.
Get the geometry the window should have on the screen when shown.
return location for the window geometry
Get whether the window should have the locationbar visible or not.
true
if locationbar should be visible or false
otherwise.
Get whether the window should have the menubar visible or not.
true
if menubar should be visible or false
otherwise.
Get whether the window should be resizable by the user or not.
true
if the window should be resizable or false
otherwise.
Get whether the window should have the scrollbars visible or not.
true
if scrollbars should be visible or false
otherwise.
Get whether the window should have the statusbar visible or not.
true
if statusbar should be visible or false
otherwise.
Get whether the window should have the toolbar visible or not.
true
if toolbar should be visible or false
otherwise.