ButtonContent.canShrink

bool canShrink() @property nothrow

Get canShrink property.

Returns

Whether the button can be smaller than the natural size of its contents.

If set to TRUE, the label will ellipsize.

See gtk.button.Button.canShrink.

void canShrink(bool propval) @property nothrow

Set canShrink property.

Parameters

propvalWhether the button can be smaller than the natural size of its contents. If set to TRUE, the label will ellipsize. See gtk.button.Button.canShrink.