GdkPaintableFlags

Flags about a paintable object.

Implementations use these for optimizations such as caching.

Values

ValueMeaning
SIZE1

The size is immutable. The [signal@GdkPaintable::invalidate-size] signal will never be emitted.

CONTENTS2

The content is immutable. The [signal@GdkPaintable::invalidate-contents] signal will never be emitted.

Meta