Method

BisLatchLayoutset_maximum_size

Declaration [src]

void
bis_latch_layout_set_maximum_size (
  BisLatchLayout* self,
  int maximum_size
)

Description [src]

Sets the maximum size allocated to the children.

It is the width if the layout is horizontal, or the height if it is vertical.

Available since:1.0

Parameters

maximum_size int
 

The maximum size.