Widget.heightRequest

int heightRequest() @property nothrow

Get heightRequest property.

Returns

Override for height request of the widget.

If this is -1, the natural request will be used.

void heightRequest(int propval) @property nothrow

Set heightRequest property.

Parameters

propvalOverride for height request of the widget. If this is -1, the natural request will be used.