Method

ClapperGtkContainerset_adaptive_height

Declaration [src]

void
clapper_gtk_container_set_adaptive_height (
  ClapperGtkContainer* container,
  gint height
)

Description [src]

Set an adaptive height threshold. When widget is resized to value or lower, an ClapperGtkContainer::adapt signal will be emitted with TRUE to notify implementation about mobile adaptation request, otherwise FALSE when both threshold values are exceeded.

Parameters

height

Type: gint

A threshold on which adapt signal should be triggered or -1 to disable.