PaintableSignalName
public enum PaintableSignalName : String, SignalNameProtocol
Undocumented
-
Emitted when the contents of the
paintablechange.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
paintablechanges.This means the values reported by at least one of [method
Gdk.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"
View on GitHub
Install in Dash
PaintableSignalName Enumeration Reference