Split curve and spiral widgets

This commit is contained in:
Paul Dicker
2025-04-01 22:25:51 +02:00
committed by Stéphane Lesimple
parent 9effa298cd
commit 73218aebd2
2 changed files with 55 additions and 49 deletions

View File

@@ -413,7 +413,7 @@ typedef struct _GlobalClosure
/*** Widgets for the linear reading/scanning action */
GtkWidget *readLinearHeadline;
GtkWidget *readLinearDrawingArea;
GtkWidget *readLinearCurveArea;
struct _Curve *readLinearCurve;
struct _Spiral *readLinearSpiral;
GtkWidget *readLinearNotebook;