Terminal.getGeometryHints

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).

class Terminal
void
getGeometryHints

Parameters

hints gdk.types.Geometry

a #GdkGeometry to fill in

minRows int

the minimum number of rows to request

minColumns int

the minimum number of columns to request