ButtonContent.canShrink

Get canShrink property.

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

Return Value

Type: 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.