Terminal.getGeometryHints

void getGeometryHints(out gdk.types.Geometry hints, int minRows, int minColumns)

Fills in some hints from terminal's geometry. The hints filled are those covered by the gdk.types.WindowHints.ResizeInc, gdk.types.WindowHints.MinSize and gdk.types.WindowHints.BaseSize flags.

See gtk.window.Window.setGeometryHints for more information.

terminal must be realized (see gtk.widget.Widget.getRealized).

Parameters

hintsa #GdkGeometry to fill in
minRowsthe minimum number of rows to request
minColumnsthe minimum number of columns to request