set_allow_none
Description:
Sets whether to allow squeezing beyond the last child's minimum size.
Note:
See [the migration guide](migrating-to-breakpoints.html#replace-adwsqueezer)
If set to `TRUE`, the squeezer can shrink to the point where no child can be shown. This is functionally equivalent to appending a widget with 0×0 minimum size.
Parameters:
this |
a squeezer |
allow_none |
whether this allows squeezing beyond the last child |