Re: [pygtk] ZvtTerm question

2002-09-05 Thread Christian Reis
On Thu, Sep 05, 2002 at 11:46:26AM -0400, Steve McClure wrote: First of all, you can get the character cell size as term.charwidth and term.charheight. You can then use the set_geometry_hints() method on the toplevel GtkWindow: win.set_geometry_hints(geometry_widget=term,

Re: [pygtk] ZvtTerm question

2002-09-05 Thread Steve McClure
On Thu, 2002-09-05 at 11:58, Christian Reis wrote: On Thu, Sep 05, 2002 at 11:46:26AM -0400, Steve McClure wrote: First of all, you can get the character cell size as term.charwidth and term.charheight. You can then use the set_geometry_hints() method on the toplevel GtkWindow:

Re: [pygtk] ZvtTerm question

2002-09-05 Thread Rob Brown-Bayliss
On Fri, 2002-09-06 at 05:17, Steve McClure wrote: Sometimes it is hard being dumb. At least, too dumb to read the code and think for 10 seconds. Thanks for pointing out my transgressions. 8-) Don't be so hard on yourself, at least once a week I post a question, have a coffee, look at my

[pygtk] ZvtTerm question

2002-09-04 Thread Steve McClure
I guess this might not strictly be a PyGnome (is there a mailing list for PyGnome) question but, is there anyway to set the hints so that I can limit the resize to character size blocks? I'm having a problem where some parts of the screen will become black after executing a shell in the ZvtTerm

Re: [pygtk] ZvtTerm question

2002-09-04 Thread James Henstridge
Steve McClure wrote: I guess this might not strictly be a PyGnome (is there a mailing list for PyGnome) question but, is there anyway to set the hints so that I can limit the resize to character size blocks? I'm having a problem where some parts of the screen will become black after executing a