sf::Style Namespace Reference

Enumeration of window creation styles. More...


Enumerations

enum  {
  NoStyle = 0,
  Resize = 1 << 0,
  Close = 1 << 1,
  Fullscreen = 1 << 2
}

Detailed Description

Enumeration of window creation styles.

Enumeration Type Documentation

anonymous enum

Enumerator:
NoStyle  No style (this flag and all others are mutually exclusive).
Resize  Window can be resized.
Close  Window can be closed.
Fullscreen  Fullscreen mode (this flag and all others are mutually exclusive).

Definition at line 37 of file WindowStyle.hpp.