Skip to main content

Module overflow

Module overflow 

Source
Expand description

CSS properties for managing content overflow.

Structs§

StyleClipRect
Represents the deprecated CSS clip property value rect(top, right, bottom, left).
StyleOverflowClipMargin
Represents the overflow-clip-margin CSS property.

Enums§

LayoutOverflow
Represents an overflow-x or overflow-y property.
LayoutOverflowParseError
Error returned when parsing an overflow property fails.
LayoutOverflowParseErrorOwned
An owned version of LayoutOverflowParseError.
StyleClipRectParseError
Error returned when parsing a CSS clip property value fails.
StyleClipRectParseErrorOwned
An owned version of StyleClipRectParseError.
StyleOverflowClipMarginParseError
Error returned when parsing an overflow-clip-margin property fails.
StyleOverflowClipMarginParseErrorOwned
An owned version of StyleOverflowClipMarginParseError.
StyleScrollbarGutter
Represents the scrollbar-gutter CSS property.
StyleScrollbarGutterParseError
Error returned when parsing a scrollbar-gutter property fails.
StyleScrollbarGutterParseErrorOwned
An owned version of StyleScrollbarGutterParseError.
VisualBox
Represents the <visual-box> value used as the overflow clip edge origin.

Functions§

parse_clip_rect
Parses a StyleClipRect from a string slice.
parse_layout_overflow
Parses a LayoutOverflow from a string slice.
parse_style_overflow_clip_margin
Parses a StyleOverflowClipMargin from a string slice.
parse_style_scrollbar_gutter
Parses a StyleScrollbarGutter from a string slice.