SplitButton.setCanShrink
void setCanShrink(bool canShrink)Sets 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.setCanShrink and gtk.menu_button.MenuButton.setCanShrink.
Parameters
canShrink | whether the button can shrink |