Window
public final class WindowA window.
- 
                  
                  The application the window belongs to. DeclarationSwift public var application: Application { get }
- 
                  
                  The screen that (most of) the window is on. nilif the window is completely off-screen.DeclarationSwift public var screen: Screen? { get }
- 
                  
                  Whether or not the window referred to by this type remains valid. Windows usually become invalid because they are destroyed (in which case a WindowDestroyedEvent will be emitted). They can also become invalid because they do not have all the required properties, or because the application that owns them is otherwise not giving a well-behaved response. DeclarationSwift public var isValid: Bool { get }
- 
                  
                  The frame of the window. The origin of the frame is the bottom-left corner of the window in screen coordinates. DeclarationSwift public var frame: WriteableProperty<OfType<CGRect>> { get }
- 
                  
                  The size of the window in screen coordinates. DeclarationSwift public var size: WriteableProperty<OfType<CGSize>> { get }
- 
                  
                  The window title. 
- 
                  
                  Whether the window is minimized. DeclarationSwift public var isMinimized: WriteableProperty<OfType<Bool>> { get }
- 
                  
                  Whether the window is fullscreen or not. DeclarationSwift public var isFullscreen: WriteableProperty<OfType<Bool>> { get }
- 
                  
                  DeclarationSwift public var debugDescription: String { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           Window Class Reference
      Window Class Reference