On Thu, Feb 20, 2003 at 04:23:22PM +1100, Sam O'Connor wrote: > About a year ago I asked how much work was involved > get ion to support nested sub frames, ie somthing > that would look like running ion in Xnest in ion.
It is possible to nest frames at the moment and I have experimented with the possibility. It works, but keyboard will be limited to the innermost frame. No, there's no simple way to create a nested frame; you must write a few lines of code. (Call region_attach_new with a suitable function to call create_frame). -- Tuomo
