SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
sf::Style Namespace Reference

Enumerations

enum  {
  None = 0 , Titlebar = 1 << 0 , Resize = 1 << 1 , Close = 1 << 2 ,
  Default = Titlebar | Resize | Close
}
 Enumeration of the window styles. More...

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Enumeration of the window styles.

Enumerator
None 

No border / title bar (this flag and all others are mutually exclusive).

Titlebar 

Title bar + fixed border.

Resize 

Title bar + resizable border + maximize button.

Close 

Title bar + close button.

Default 

Default window style.