get_size_request


Description:

public void get_size_request (out int width, out int height)

Gets the size request that was explicitly set for the widget using set_size_request.

A value of -1 stored in width or height indicates that that dimension has not been set explicitly and the natural requisition of the widget will be used instead. See [[email protected]_size_request]. To get the size a widget will actually request, call [[email protected]] instead of this function.

Parameters:

this

a `GtkWidget`

width

return location for width

height

return location for height




2022 vala-language.org