Method

BisHuggerset_allow_none

Declaration [src]

void
bis_hugger_set_allow_none (
  BisHugger* self,
  gboolean allow_none
)

Description [src]

Sets whether to allow squeezing beyond the last child’s minimum size.

If set to TRUE, the hugger can shrink to the point where no child can be shown. This is functionally equivalent to appending a widget with 0×0 minimum size.

Available since:1.0
Sets propertyBis.Hugger:allow-none

Parameters

allow_none gboolean
 

Whether self allows squeezing beyond the last child.