Not sure, and I haven't used this at all, but I think you can use the
wx.StyledTextCtrl for the Cmdline window and would call
SetReadOnly(True) before that text, add the ">>>" and the appropriate
text and a newline, and then turn it back to editable with
SetReadOnly(False).
···
On Wed, Jul 4, 2012 at 7:47 AM, want_learn1 <wangolob@gmail.com> wrote:
Hello:
I am trying to create a simple chat window with basic netwoking functions
on the down tabb. and the sample time i want to put on it a simple
linux terminal like window which displays stuffs like this: >>> when ever
the command has been excuted
if you see my application you check on the Cmdline and see exactly what i
want:
thanks for your help