On Thu, 2 Jan 2003 15:41:49 -0500
Andrew Reid <[EMAIL PROTECTED]> wrote:
>   I have something which may be related -- we had a requirement
> for a "command-line console" which could operate while our 
> application was in GUI mode, which we used mainly for debugging
> the GUI.  It subclasses the Python "InteractiveConsole" and wraps
> it in a PyGtk text window, which allows you to textually interrogate
> and modify Python objects in whatever namespace you like.  The
> effect is a kind of "interactive scripting."  
>   
>   This is definitely a Python beast, though.  If your app is Python,
> it may be useful, but it doesn't know anything about Octave.
> 
>   I have a standalone version of this code, which I could send you
> if you like.

Thanks for your reply! I read the docs for the interactive console. It allows the user 
to input python commands, which is not what I want: the user should answer octave 
commands. But you pointed me in a promising direction anyway. I am looking now to the 
GtkTextView widget, which looks promising.

Thanks,

Martijn

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to