case class TextBox(display: Option[String], left: Int = 0, top: Int = 0, right: Int = 5, bottom: Int = 5, fontSize: Int, color: Double, transparent: Boolean = false) extends Widget with Product with Serializable
- Source
- Widget.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextBox
- Serializable
- Serializable
- Product
- Equals
- Widget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val bottom: Int
- val color: Double
-
def
convertSource(conversion: (String) ⇒ String): Widget
convertSource applies the given conversion to all code found in the widget.
convertSource applies the given conversion to all code found in the widget.
- Definition Classes
- Widget
- val display: Option[String]
- val fontSize: Int
- val left: Int
- val right: Int
- val top: Int
- val transparent: Boolean