Does anyone have an example of how I can implement multiple views in
wxLua? I have read through this description
(http://www.yellowbrain.com/stc/mult_views.html), but still can't
figure out what the required calls are.

What I want to do is quite simple: I have an editor window that I want
to display and I also need a second window that will only show *some
of the lines* shown in the editor window. If the lines are updated in
the editor window, they should be updated in the other window. I'll
hide some of the lines in the other window using HideLines/ShowLines
(http://www.yellowbrain.com/stc/folding.html#hidelines).

What is the minimum set of required commands to add a second view to
an existing wxstc.wxStyledTextCtrl object? Thank you.

Paul.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to