# Windows

- [Window Basics](/glfw-in-a-nutshell/windows/window-basics.md): Basics you should to know about GLFW windows
- [Properties](/glfw-in-a-nutshell/windows/properties.md): Getting and setting GLFW window properties
- [Actions](/glfw-in-a-nutshell/windows/actions.md): Controlling GLFW windows
- [Creation Hints](/glfw-in-a-nutshell/windows/creation-hints.md): Specifying GLFW window behaviors and properties before creation
- [Attributes](/glfw-in-a-nutshell/windows/attributes.md): Querying and setting GLFW window attributes
- [(Windowed) Fullscreen](/glfw-in-a-nutshell/windows/fullscreen.md): Working with fullscreen or windowed/borderless fullscreen windows
- [Callbacks](/glfw-in-a-nutshell/windows/callbacks.md): Working with GLFW callbacks
- [Icons](/glfw-in-a-nutshell/windows/icons.md): Working with custom window icons
