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

[REBOL] Re: Layout in more than one pane

From: dockimbel:free at: 1-Nov-2001 3:00

Hi Ammon,
>> a: layout [b: box c: box] >> d: [box "hello"]
== [box "hello"]
>> type? a
== object! so
>> b/pane: make layout d [] >> c/pane: make layout d []
HTH, -DocKimbel. Ammon Johnson wrote: