X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IdMc5ryqu8eRkDLP1m27/S85mi2/g4xwL+9zbd2orcg=; b=icTVXCQEFazvuhC8oMHswYFvxTf2r0zDzYjxXxdnqt4Of5dTsvFwC+Xex3nFFbOhYe A5fDsFOas3k/0QNKUW6HoMBWSx1zU9xt936u0yOoW6owKpgYVGjpbDNOeRWgBxa4itcr 1IFgfFDxtU38KUUpLFVuMsjCUXCUDSoLtWkgrmpc6Q5mXvoiLfCcdc1xpNiNwGEeOURp 4XO/kN6qPVc0JhTdaNGApQ2ylFiPsXH8NjLfQT42/eLuErySKHysbOSosE6dO3qj2C3R 39E7pjKOP2pmW9q3+IQ2TZcy0ueKEHtgj4HxX3JL3rGMlBuNt+Io803uUpcwgzFuoX8l 4pOg== MIME-Version: 1.0 X-Received: by 10.50.21.105 with SMTP id u9mr593861ige.43.1374690993356; Wed, 24 Jul 2013 11:36:33 -0700 (PDT) In-Reply-To: <1374596640.3701.8.camel@AMD64X2.fritz.box> References: <2174C2C2-6FAF-4544-A4C0-5FDBD564A6FB AT sbcglobal DOT net> <1374513797 DOT 3124 DOT 12 DOT camel AT AMD64X2 DOT fritz DOT box> <1374596640 DOT 3701 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> Date: Wed, 24 Jul 2013 19:36:33 +0100 Message-ID: Subject: Re: [geda-user] Non-modal Dialogs From: Luis de Arquer To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jul 23, 2013 at 5:24 PM, Stefan Salewski wrote: > > For large high resolution screens such a layout is nice -- but of course > some of the old users will not like it, so I guess gschem will never > change its layout. And indeed there may exist reasons why people like > overlapping windows better, i.e. when working on a smartphone display or > with multiple monitors where separate windows can live on separate > screens. > > I think that wouldn't be a problem really. With gtk you can easily detach a grid from a gtk_paned and attach it to other container, or window (eg a dialog box), or simply leave it completely hidden. I have done it before, moving a whole widget tree between different containers, and it is a relatively quick operation in gtk -haven't done it with a dialog, but I guess it would be the same. So gschem could provide a button to make the side panel detachable into a floating dialog. You would also be leaving one of the sides the gtk paned orphaned, but that's not a problem at all; in fact, an orphaned gtk paned looks exactly as if there was no gtk paned at all, at least on gnome and win7 desktops, so old users won't notice. Luis