PawsButton

From PSwiki
Revision as of 21:56, 12 October 2010 by Talad (talk | contribs) (Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsButton" id = ''int'' key = ''keyname'' toggle = { "yes" | "no" } sound = ''qname'' notify = ''qname'' …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<widget
  name = qname
  factory = "pawsButton"
  id = int
  key = keyname
  toggle = { "yes" | "no" }
  sound = qname
  notify = qname
  text = qname
  down = { "true" | "false" }
  widget-attributes>
  <!-- Content: (label?, buttondown?, buttonup?, buttonspecial?, widget-elements) -->
</widget>

The pawsButton factory is used to create a clickable button. This is part of the common PAWS library.