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
hints | a #GdkGeometry to fill in |
minRows | the minimum number of rows to request |
minColumns | the minimum number of columns to request |