On Mon, 9 Jun 2003, Tuomo Valkonen spake thusly:

On Sun, Jun 08, 2003 at 11:12:20PM +0200, Moe Wibble wrote:
>  
> > 3. can i have a FloatWS in a frame (hope i used the correct term)?
>  
>  Yes. You create it with region_manage_new as above but with 'scr'
>  replaced by the frame where you want it. In the Mod1+F3 query, the
>  line
>  
>  region_manage_new(_, {type="WFloatWS"})
>  
>  should do it. Although there is no query like Mod1+A for it, you
>  can also manually attach previously created workspaces to frames
>  with something like (again, in the Mod1+F3 query where _ points to
>  the frame):
>  
>  region_manage(_, lookup_region("whatever"))
>  
>  If you have gotten reference to the region to be attached
>  otherwise, replace the lookup with that reference.
>  

Cool!

There are some questions left:
region_manage(_, lookup_region("whatever")) creates a frame named "?"

1. Is it possible to give a name to this frame?
2. How can I close this frame again?

Stefan.

Reply via email to