Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::CanvasScrollbars Struct Reference

Both axes of the render pane's emulated canvas scrollbars. More...

#include "donner/editor/CanvasScrollbars.h"

Public Attributes

CanvasScrollbarAxis horizontal
 Along the pane bottom edge.
CanvasScrollbarAxis vertical
 Along the pane right edge.

Detailed Description

Both axes of the render pane's emulated canvas scrollbars.

Member Data Documentation

◆ horizontal

CanvasScrollbarAxis donner::editor::CanvasScrollbars::horizontal

Along the pane bottom edge.

◆ vertical

CanvasScrollbarAxis donner::editor::CanvasScrollbars::vertical

Along the pane right edge.


The documentation for this struct was generated from the following file: