Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Style facet + How to add a check to a layout

From: dockimbel:free at: 20-Nov-2001 12:56

Hi Anton, There's an easier and cleaner way to do it :
>> lay: layout [button "pane/1"] >> append lay/pane make-face 'check >> view lay
Make-face will take care of all VID specific stuff for you. -DocKimbel Anton Rolls wrote: [...]