Enumeration

ClutterRequestMode

since: 13

Declaration

enum Clutter.RequestMode

Description [src]

Specifies the type of requests for a ClutterActor.

Available since: 13

Members

CLUTTER_REQUEST_HEIGHT_FOR_WIDTH

Height for width requests.

  • Value: 0
  • Nickname: height-for-width
  • Available since: 13
CLUTTER_REQUEST_WIDTH_FOR_HEIGHT

Width for height requests.

  • Value: 1
  • Nickname: width-for-height
  • Available since: 13
CLUTTER_REQUEST_CONTENT_SIZE

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

  • Value: 2
  • Nickname: content-size
  • Available since: 13