PawsChatWindow
Jump to navigation
Jump to search
<widget
name = qname
factory = "pawsChatWindow"
widget-attributes>
<!-- Content: (widget[@name='Chat Tabs' and @factory='pawsTabWindow'],
widget[@name='SystemText' and @factory='pawsMessageTextBox'],
widget[@name='NpcText' and @factory='pawsMessageTextBox'],
widget[@name='MainText' and @factory='pawsMessageTextBox'],
widget[@name='TellText' and @factory='pawsMessageTextBox'],
widget[@name='GuildText' and @factory='pawsMessageTextBox'],
widget[@name='GroupText' and @factory='pawsMessageTextBox'],
widget[@name='AuctionText' and @factory='pawsMessageTextBox'],
widget[@name='HelpText' and @factory='pawsMessageTextBox'],
widget[@name='InputText' and @factory='pawsEditTextBox'],
form?, widget-elements) -->
</widget>
The pawsChatWindow factory is used by the user to communicate with others and to input text commands. It requires a pawsIgnoreWindow named "IgnoreWindow" to be defined somewhere.