GtkWidget* zvt_term_new_with_size (int cols, int rows);
Arguments
cols
Number of columns required.
rows
Number of rows required.
Description
Creates a new ZVT Terminal widget of the given character dimentions.
If the encompassing widget is resizable, then this size may change
afterwards, but should be correct at realisation time.
Return Value
A pointer to a ZvtTerm widget is returned, or NULL
on error.