Dave Peticolas <[EMAIL PROTECTED]> writes:

> Yes, that is the case. As long as the change happens in the normal
> flow of control, the GUI should handle reparenting gracefully.

Ok, then all we need it a flag that I can set (from another thread)
that the engine/gui loop checks and calls back into the backend
whenever it's set.

I presume I can use 'gnc_book_get_group()' to get the top-level group
in book?

If so, then we just need something like:
        void gncSetEventFlag (void);

and the Backend method can be something like:
        void (*process_event) (Backend *be);

> dave

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available

_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to