enum

SF::Style

Inherits Enum / Comparable / Value / Object

Enumeration of the window styles

Constants

Titlebar = 1

Title bar + fixed border

Resize = 2

Title bar + resizable border + maximize button

Close = 4

Title bar + close button

Fullscreen = 8

Fullscreen mode (this flag and all others are mutually exclusive)

Default = 7

Default window style

None = 0
All = 15

Instance methods

close?

Returns true if this enum value contains Close

Source
default?

Returns true if this enum value contains Default

Source
fullscreen?

Returns true if this enum value contains Fullscreen

Source
none?
Source
resize?

Returns true if this enum value contains Resize

Source
titlebar?

Returns true if this enum value contains Titlebar

Source