connect two wxRichTextBuffers

Julian Smart julian at anthemion.co.uk
Wed May 21 05:34:14 PDT 2008


aafe at tagmet.com.pl wrote:
> I try to connect two wxRichTextBuffers in one.
> What I have to do?
>   
I'm not sure what you mean by "connect" exactly, but you can copy one to 
the other using the assignment operator. You can't make one reflect the 
edits of the other except perhaps by checking which control has the 
focus, and every so often (after an edit operation) updating the one 
that's not being edited from the contents of the focused control.

Regards,

Julian


More information about the wx-users mailing list