roguelikestarterkit.ui.window.TerminalWindowChrome
See theTerminalWindowChrome companion object
final case class TerminalWindowChrome[ReferenceData](parentWindowId: WindowId, charSheet: CharSheet, title: Option[String], isResizable: Boolean, isDraggable: Boolean, isClosable: Boolean, isScrollable: Boolean)
Provides simple terminal window chrome with a title, close button, resize button, and vertical scroll bar.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article