:right-sidebar: True BreakpointConditionLengthType =================================================================== .. currentmodule:: gi.repository.Adw .. versionadded:: 1.4 .. class:: BreakpointConditionLengthType :no-contents-entry: Describes length types for :obj:`~gi.repository.Adw.BreakpointCondition`. See :obj:`~gi.repository.BreakpointCondition.new_length`. New values may be added to this enumeration over time. Fields ------ .. rst-class:: interim-class .. class:: BreakpointConditionLengthType :no-index: .. attribute:: MAX_HEIGHT True if the height is less than or equal to the condition value .. attribute:: MAX_WIDTH True if the width is less than or equal to the condition value .. attribute:: MIN_HEIGHT True if the height is greater than or equal to the condition value .. attribute:: MIN_WIDTH True if the width is greater than or equal to the condition value