62 return std::make_unique<detail::ButtonAccessibilityHandler> (*
this, AccessibilityRole::toggleButton);
void repaint()
Marks the whole component as needing to be redrawn.
LookAndFeel & getLookAndFeel() const noexcept
Finds the appropriate look-and-feel to use for this component.
A graphics context, used for drawing a component or image.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...