X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sat, 3 Oct 2015 20:38:34 -0400 Message-Id: <201510040038.t940cYMR004721@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20151003210701.de392b925f54dadb0a5fedd8@gmail.com> (geda-user AT delorie DOT com) Subject: Re: [geda-user] GTK3, Glade interface designer References: <20151003210701 DOT de392b925f54dadb0a5fedd8 AT gmail DOT com> 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 > It is rather fast to get started with but I can't tell if it is a > good idea to use for gEDA or PCB but it is certainly worth a look > for any developer who work with graphical user interface and have > not seen it before. A lot of PCB's GUI is dynamically generated based on the content, including the menus and sidebars, and even some of the dialogs. Not sure how well Glade would work with those. There really isn't a lot of static GUI left in the main window after you take away the dynamic things. There are a lot of other dialogs that are static, though, that might be glade-able.