Enumeration

ClutterRequestMode

Declaration

enum Clutter.RequestMode

Description [src]

Specifies the type of requests for a ClutterActor.

Available since:0.8

Members

Name Description
CLUTTER_REQUEST_HEIGHT_FOR_WIDTH

Height for width requests.

CLUTTER_REQUEST_WIDTH_FOR_HEIGHT

Width for height requests.

CLUTTER_REQUEST_CONTENT_SIZE

Use the preferred size of the ClutterContent, if it has any (available since 1.22)