Re: zvtwidget extensions

Havoc Pennington <[email protected]> 26 Apr 2002 12:33:57 -0400
Newsgroups gmane.comp.gnome.lib.devel
Message-ID <[email protected]>
Cristiano De Michele <[email protected]> writes:
> Havoc I had problems in resizing terminal because
> zvt_term_set_size() does nothing, any idea?
> 

zvt_term_set_size() IIRC changes the size request of the terminal
widget, but profterm ignores the size request by setting geometry
hints.

Havoc