PawsMessageTextBox

From PSwiki
Jump to navigation Jump to search
<widget
  name = qname
  factory = "pawsMessageTextBox"
  text = qname
  widget-attributes>
  <!-- Content: (widget-elements) -->
</widget>

The pawsMessageTextBox factory is used to create an uneditable box of text with multiple lines. It is used for outputting messages back to the user, such as in the chat window. Each line of text may be assigned its own color. When the text exceeds the width of the widget, it will word wrap to the left of the widget below the previous line of text.