Vte
Terminal
SetSize
Vte.Terminal.SetSize Method
Attempts to change the terminal's size in terms of rows and columns.
Syntax
public
void
SetSize
(
long
columns,
long
rows)
Parameters
columns
the desired number of columns
rows
the desired number of rows
Remarks
If the attempt succeeds, the widget will resize itself to the proper size.
Requirements
Namespace:
Vte
Assembly:
vte-sharp (in vte-sharp.dll)