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

[REBOL] Re: GUI layout

From: dhsunanda:gmai:l at: 2-Sep-2010 9:05

Emeka:
> I know that in REBOL View you can use across word to direct GUI components. > Is there something like layout manager for GUI? I would like to divide my > window into two, one EAST , one WEST or even SOUTH and NORTH.
Subpanels might be partially helpful here: http://www.rebol.com/how-to/subpanels.html Sunanda