tooltip: make pill [ tip: { USAGE: tooltip "Some text." DESCRIPTION: Tooltip text. } size: -1x-1 color: colors/page ; edge: default-edge font: default-font para: make default-para [origin: 4x4 margin: 4x4] rate: 2 rebind: make function! [] [color: colors/page] init: make function! [] [ effect/draw/pen: colors/text either all [negative? size/x negative? size/y] [ size: 10000x10000 size: 8 + size-text self ][ all [negative? size/x para: default-para-wrap size/x: 10000 size/x: 8 + first size-text self] all [negative? size/y para: default-para-wrap size/y: 10000 size/y: 8 + second size-text self] ] ] ]