WindowedGUI
class WindowedGUI(val appearance: GUIAppearance = GUIAppearance(), val defaultStyles: List<StyleSheet> = defaultStyles(), val windowClosable: Boolean = false, val windowAlwaysOntop: Boolean = false) : Extension(source)
Constructors
Link copied to clipboard
constructor(appearance: GUIAppearance = GUIAppearance(), defaultStyles: List<StyleSheet> = defaultStyles(), windowClosable: Boolean = false, windowAlwaysOntop: Boolean = false)