PaintableSignalName

public enum PaintableSignalName : String, SignalNameProtocol

Undocumented

  • Emitted when the contents of the paintable change.

    Examples for such an event would be videos changing to the next frame or the icon theme for an icon changing.

    Declaration

    Swift

    case invalidateContents = "invalidate-contents"
  • Emitted when the intrinsic size of the paintable changes.

    This means the values reported by at least one of [methodGdk.Paintable.get_intrinsic_width], [methodGdk.Paintable.get_intrinsic_height] or [methodGdk.Paintable.get_intrinsic_aspect_ratio] has changed.

    Examples for such an event would be a paintable displaying the contents of a toplevel surface being resized.

    Declaration

    Swift

    case invalidateSize = "invalidate-size"