UI Consistency: Use native GTK scrollbars across main panes

This commit is contained in:
2026-05-07 13:29:22 -06:00
parent 5da518f50e
commit 18eff80a30
5 changed files with 125 additions and 16 deletions

View File

@@ -134,6 +134,9 @@ struct _GtkXText
xtext_buffer *selection_buffer;
GtkAdjustment *adj;
GtkAdjustment *hadj;
GtkScrollablePolicy hscroll_policy;
GtkScrollablePolicy vscroll_policy;
cairo_surface_t *background_surface; /* 0 = use palette[19] */
cairo_surface_t *background_clip_surface;
GdkWindow *draw_window; /* points to ->window */