What about trying something w/ the wxHTML control? E.g. perhaps make a
default string such as:
enhanced_line = """
<wxp module="wx.stc" class="StyledTextCtrl" width=180 height=22>
<param name="parent" value="">
<param name="id" value="5432">
</wxp>
<BR>
<IMG SRC="someimage.jpg">
<BR>
<P>
"""
then for x number of lines, (e.g. enhanced_line *100) you could some sort of hack.. just an idea.. perhaps a starting point..

Hello,
I was wondering if anyone knew of a way to change the parent of a control.
An example of why I'd need to do this: dragging a control from one panel of
a wxSplitterWindow to the other panel, or from one notebook to a panel,
without having to recreate it. I'll look further into the archives, but not
sure I'll find anything (I haven't yet).
Thanks,
Sean
Hello,
I was wondering if anyone knew of a way to change the parent of a control.
An example of why I'd need to do this: dragging a control from one panel of
a wxSplitterWindow to the other panel, or from one notebook to a panel,
without having to recreate it. I'll look further into the archives, but not
sure I'll find anything (I haven't yet).
Thanks,
Sean
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
maybe wxWindow.Reparent ?
Igor.