Tuomo Valkonen <[EMAIL PROTECTED]> writes:
> On Mon, Mar 07, 2005 at 01:43:09AM +0100, Matthieu Moy wrote:
>> Did I miss something ?
So, the answer was "yes" ;-)
> res_frame WFrame A succesfull handler should return the target frame
> here.
Almost what I was looking for. Sorry to have missed that.
Actually, it's not sufficient to remove the hacks I did in
detach.lua:
1) clientwin_do_manage_alt doesn't have this field in its table. For
transcient window management, the hook ionws_placement_alt doesn't
seem to be called, so, I guess the only way to manage transcient
window placement is ioncore.defer + attach.
2) res_frame must be of type WFrame. I'd like to be able to return a
workspace too. Actually, I think res_frame could be anything having
an "attach()" function.
Do you think this would be worth implementing? (I probably won't be
able to do this myself :-( )
By the way, this
> ws WPaneWS The workspace
^^^^
should be this I suppose
> ws WIonWS The workspace
^^^
--
Matthieu