[pygtk] Re: [gnome-love] Corrent Gtk2 Widget

2002-08-03 Thread Ross Golder

Just guessing, but isn't it the libzvt(2) module you need?

--
Ross

On Fri, 2002-08-02 at 10:05, Nate Custer wrote:
> Hey all,
> 
> I am writing a 5250 terminal emulator in python, and would like to use
> gtk2 for the gui. However I am not sure I can find the right widget to
> use for the main terminal window. Here are the requirments:
> 
> 1) must be able to capture all key presses to be parsed by emulator.
> 2) must be able to support different color text in the same widget.
> 3) must support different color background colors for the text in the
> widget.
> 4) must be able to display a block cursor.
> 
> I have looked at the GtkLabel + EventBox model, the GtkText object and
> its cousins in gtk2. But none seem to do what I need. Should I be
> looking at some other widget or am I asking the imposible?
> 
> Thanks much,
> 
> Nate Custer
> -- 
> Gentlemen, [the equation  e^(i*pi) + 1 = 0 ] is surely true, it is
> absolutely paradoxical; we cannot understand it, and we don't know what
> it means. But we have proved it, and therefore we know it must be truth.
> 
> -Benjamin Peirce
>  
> 
> ___
> gnome-love mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gnome-love


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



[pygtk] Re: [gnome-love] Corrent Gtk2 Widget

2002-08-02 Thread Nate Custer

Ross,

This looks exactly like what I am looking for, at least the display
part. Are there pygtk / pygnome bindings for it by any chance?

Thanks again,

Nate Custe

On Fri, 2002-08-02 at 05:28, Ross Golder wrote:
> Just guessing, but isn't it the libzvt(2) module you need?
> 
> --
> Ross
> 
> On Fri, 2002-08-02 at 10:05, Nate Custer wrote:
> > Hey all,
> > 
> > I am writing a 5250 terminal emulator in python, and would like to use
> > gtk2 for the gui. However I am not sure I can find the right widget to
> > use for the main terminal window. Here are the requirments:
> > 
> > 1) must be able to capture all key presses to be parsed by emulator.
> > 2) must be able to support different color text in the same widget.
> > 3) must support different color background colors for the text in the
> > widget.
> > 4) must be able to display a block cursor.
> > 
> > I have looked at the GtkLabel + EventBox model, the GtkText object and
> > its cousins in gtk2. But none seem to do what I need. Should I be
> > looking at some other widget or am I asking the imposible?
> > 
> > Thanks much,
> > 
> > Nate Custer
> > -- 
> > Gentlemen, [the equation  e^(i*pi) + 1 = 0 ] is surely true, it is
> > absolutely paradoxical; we cannot understand it, and we don't know what
> > it means. But we have proved it, and therefore we know it must be truth.
> > 
> > -Benjamin Peirce
> >  
> > 
> > ___
> > gnome-love mailing list
> > [EMAIL PROTECTED]
> > http://mail.gnome.org/mailman/listinfo/gnome-love
> 
> 
-- 
Gentlemen, [the equation  e^(i*pi) + 1 = 0 ] is surely true, it is
absolutely paradoxical; we cannot understand it, and we don't know what
it means. But we have proved it, and therefore we know it must be truth.

-Benjamin Peirce
 

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