ButtonContent.canShrink

Set canShrink property.

  1. bool canShrink [@property getter]
  2. bool canShrink [@property setter]
    class ButtonContent
    @property
    void
    canShrink
    (
    bool propval
    )

Parameters

propval bool

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

If set to TRUE, the label will ellipsize.

See property@Gtk.Button:can-shrink.