Enumeration

AdapBreakpointConditionLengthType

since: 1.4

Declaration

enum Adap.BreakpointConditionLengthType

Description [src]

Describes length types for AdapBreakpointCondition.

See adap_breakpoint_condition_new_length().

New values may be added to this enumeration over time.

Available since: 1.4

Members

ADAP_BREAKPOINT_CONDITION_MIN_WIDTH

True if the width is greater than or equal to the condition value.

  • Value: 0
  • Nickname: min-width
  • Available since: 1.4
ADAP_BREAKPOINT_CONDITION_MAX_WIDTH

True if the width is less than or equal to the condition value.

  • Value: 1
  • Nickname: max-width
  • Available since: 1.4
ADAP_BREAKPOINT_CONDITION_MIN_HEIGHT

True if the height is greater than or equal to the condition value.

  • Value: 2
  • Nickname: min-height
  • Available since: 1.4
ADAP_BREAKPOINT_CONDITION_MAX_HEIGHT

True if the height is less than or equal to the condition value.

  • Value: 3
  • Nickname: max-height
  • Available since: 1.4