root/widgets/image.r

Revision 110, 317 bytes (checked in by ashley, 8 months ago)

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

Line 
1 image: make rebface [
2         tip:    {
3                 USAGE:
4                         image %images/logo.png
5                         image logo
6                         image logo effect [crop 10x10 50x50]
7
8                 DESCRIPTION:
9                         An image.
10         }
11         size:   -1x-1
12         effect: 'fit
13         init:   make function! [] [
14                 all [negative? size/x size/x: image/size/x]
15                 all [negative? size/y size/y: image/size/y]
16         ]
17 ]
Note: See TracBrowser for help on using the browser.