roguelikestarterkit.ui.window
package roguelikestarterkit.ui.window
Members list
Type members
Classlikes
object TerminalWindow
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TerminalWindow.type
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.
Provides simple terminal window chrome with a title, close button, resize button, and vertical scroll bar.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TerminalWindowChrome
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TerminalWindowChrome.type
In this article