Namespace SociallyDistant.Core.Shell.Windowing
Classes
MessageBoxButtons
A set of MessageBoxButtonData values for commonly-used buttons.
Window
An in-game window.
WindowCaptionButton
A widget for the various buttons inside a Window's titlebar.
Structs
MessageBoxButtonData
Structure representing a clickable option in an in-game message dialog.
Window.ThemeProperties
Theme properties for a Window widget.
Window.VisualState
Visual properties for a Window widget
WindowCaptionButton.ThemeProperties
Theme properties for a WindowCaptionButton widget.
WindowCaptionButton.VisualState
Visual propertiesfor a WindowCaptionButton widget.
WindowHints
Data used to control the behaviour and appearance of an IWindow instance.
Interfaces
IBringWindowToFocus
Interface for a window group that supports window focus.
IMessageDialog
Interface for an in-game message dialog box.
IWindow
Interface for an in-game window.
IWindowGroup
Interface for a group of in-game windows.
Enums
CaptionButtonStyle
Enum that describes the visibility and mouse behaviour of a caption (titlebar) button of an in-game window.
CaptionButtonType
Enum representing the visual appearance of a caption (titlebar) button in an in-game window.
MessageBoxType
Enum representing the message type of an in-game message dialog.
MessageDialogResult
Enum representing the type of response that can be generated when dismissing an in-game message dialog.