On Tue, 2 Mar 2004, [EMAIL PROTECTED] wrote: On Tue, Mar 02, 2004 at 02:19:09PM -0500, Ted Zlatanov wrote: >> I mean, I understand the purpose, but I don't understand how it >> works and especially how to use it in my own configuration. > > The code when loded redefines get_winprop that the C side of Ion > calls to get a winprop. The redefined functions looks for an > existing winprop and if it finds one, creates a copy of the > table. Then it sets in this table or a new empty one the target > property to the name of the marked object and resets this reference, > and returns the table. A reference to the marked object is stored > with mark_for_attach.
I see now. That is useful. So I would bind mark_for_attach to the frame class and everything works automagically? Ted
