Method

AdwToggleGroupset_can_shrink

since: 1.7

Declaration [src]

void
adw_toggle_group_set_can_shrink (
  AdwToggleGroup* self,
  gboolean can_shrink
)

Description [src]

Sets whether the toggles can be smaller than the natural size of their contents.

If can_shrink is TRUE, the toggle labels will ellipsize.

See GtkButton:can-shrink.

Available since: 1.7

Parameters

can_shrink

Type: gboolean

Whether the toggles can shrink.