get_geometry_hints
Description:
[ Version ( deprecated = true , deprecated_since = "0.52" ) ]
public void get_geometry_hints (out Geometry hints, int min_rows, int min_columns)
public void get_geometry_hints (out Geometry hints, int min_rows, int min_columns)
Warning: get_geometry_hints is deprecated since 0.52.
Fills in some hints
from this's geometry.
The hints filled are those covered by the RESIZE_INC, MIN_SIZE and BASE_SIZE flags.
See set_geometry_hints for more information.
this must be realized (see get_realized).
Parameters:
this |
a Terminal |
hints |
a Geometry to fill in |
min_rows |
the minimum number of rows to request |
min_columns |
the minimum number of columns to request |