XUL Programmer's Reference Manual
|
||||||||||||||||||||
<scrollbarbutton>
The scrollbarbutton is the button widget inside the scrollbar. It inherits from titledbutton and has some additional behavior of its own. The class of the button determines what kind of button it is. Increment is a class for XXX. The following example shows a scrollbarbutton defined within a scrollbar subtree:
|
||||||||||||||||||||
type | ||||||||||||||||||||
Description
The type attribute specifies the orientation of the scrollbarbutton on the scrollbar.Syntax <scrollbarbutton type="decrement | increment" />Example <scrollbarbutton type="decrement" />Notes "Decrement" scrollbarbuttons have arrows pointing up because they scroll backwards up the page. "Increment" types have down arrows. The example above shows a decrement scrollbarbutton, then a slider with a thumb child, then an increment scrollbarbutton. |
Last updated: 2/17/00 Ian Oeschger