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
none?
Source