Module SFML::Style
In: window/main.cpp

Enumeration of the window styles.

Constants

None = INT2FIX( sf::Style::None )
Titlebar = INT2FIX( sf::Style::Titlebar )
Resize = INT2FIX( sf::Style::Resize )
Close = INT2FIX( sf::Style::Close )
Fullscreen = INT2FIX( sf::Style::Fullscreen )
Default = INT2FIX( sf::Style::Default )

[Validate]