PawsChatMenuItem: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsChatMenuItem" action = ''qname'' label = ''qname'' image = ''resource'' colour = ''hex'' checked = { "tr…' |
(No difference)
|
Revision as of 21:58, 12 October 2010
<widget name = qname factory = "pawsChatMenuItem" action = qname label = qname image = resource colour = hex checked = { "true" | "false } CheckboxOn = resource CheckboxOff = resource LabelWidth = int spacing = int border = int paramnum = qname widget-attributes> <!-- Content: (widget[@factory='pawsMenu']?, widget-elements) --> </widget>
The pawsChatMenuItem factory is never used, but is supposed to be used in pawsChatWindow. It inherits from pawsMenuItem and requires either action
or label
to be defined. If the action
attribute is set, then there should also be param attributes named param1
, param2
, etc.