Vte.Terminal.GetPadding Method
Determines the amount of additional space the widget is using to pad the edges of its visible area.

Syntax

public void GetPadding (out int xpad, out int ypad)

Parameters

xpad
a int in which to store left/right-edge padding
ypad
a int in which to store top/bottom-edge ypadding

Remarks

This is necessary for cases where characters in the selected font do not themselves include a padding area and the text itself would be contiguous with the window border. Applications which use the widget's row_count, column_count, char_height, and char_width fields to set geometry hints using gtk_window_set_geometry_hints() will need to add this value to the base size. The values returned in xpad and ypad are the total padding used in each direction, and do not need to be doubled.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)