[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PsppSheetView vs. Gtk3
From: |
Ben Pfaff |
Subject: |
Re: PsppSheetView vs. Gtk3 |
Date: |
Sun, 13 Dec 2015 04:17:57 -0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Dec 13, 2015 at 01:13:03PM +0100, John Darrington wrote:
> On a related, but slightly tangental topic to our recent discussions:
>
> The sections in pspp-sheet-view.c currently delimited by #ifdef
> GTK3_TRANSITION / #endif
> are those which I disabled when we moved to Gtk+3 - I think they are all code
> relating to features of GtkTreeView which we don't use (such as those for
> trees with children).
>
> At any rate, I have noticed no adverse effects by disabling them. Do you
> think it
> would be safe to remove this code?
Does the split-screen mode work? That's related to scroll adjustments;
one of these #ifdef'd bits of code deals with scroll adjustments.
Other than that, if you haven't noticed any problems then sure, delete
them.