Skip to content
Brian Stafford edited this page Sep 9, 2020 · 1 revision

Some thoughts on useful features.

Scrolling

A GtkAdjustment may be associated with a PocAxis gadget to zoom and scroll the axis. However as things stand this is tricky to manage in some cases.

It might be useful to have PocPlot implement GtkScrollable. When the current dataset is changed, PocPlot could then update the scrolling window's adjustments (or vice versa if that is appropriate).

Clone this wiki locally