PawsChatMenuItem

From PSwiki
Jump to navigation Jump to search
<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.