root/widgets/text.r

Revision 110, 257 bytes (checked in by ashley, 10 months ago)

Added RebDOC app and heading widget
scroll-panel.r and tree.r fixes
Removed unmaintained widgets

Line 
1text: make heading [
2        tip:    {
3                USAGE:
4                        text "A text string."
5                        text "Blue text" text-color blue
6                        text "Bold text" bold
7                        text "Italic text" italic
8                        text "Underline text" underline
9
10                DESCRIPTION:
11                        Normal text.
12        }
13        font:   default-font
14]
Note: See TracBrowser for help on using the browser.