Property

AdwSqueezer:switch-threshold-policy

deprecated: 1.4 

Declaration

property switch-threshold-policy: Adw.FoldThresholdPolicy [ read, write ]

Description [src]

The switch threshold policy.

Determines when the squeezer will switch children.

If set to ADW_FOLD_THRESHOLD_POLICY_MINIMUM, it will only switch when the visible child cannot fit anymore. With ADW_FOLD_THRESHOLD_POLICY_NATURAL, it will switch as soon as the visible child doesn’t get their natural size.

This can be useful if you have a long ellipsizing label and want to let it ellipsize instead of immediately switching.

Type:AdwFoldThresholdPolicy

Deprecated since: 1.4

See the migration guide

Default valueADW_FOLD_THRESHOLD_POLICY_NATURAL
Getter methodadw_squeezer_get_switch_threshold_policy()
Setter methodadw_squeezer_set_switch_threshold_policy()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno