X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=VI6Qicz7V+MvA4xrCZi2ktiIR/K/FYE4FpPQCHbZ7HA=; b=epQsNoqWqhlusZMUuu6ussLcB6GlOTcxfh8d/Hzsvv4JqYWjfxr1LQPfR5IvV8bYPQ VaXwPBJOTHMi7os30g8EG4luD86BC4+OcIdwNoNFEwVhpK+GxIKjMvelB4TC9GLkngHP Ja6YyPlQLlPODO9UkVTCqUlfTQdo1GsPSWuU6J99RlkyvB8h6yADE1eqvgVaKHClnic/ fYF8jEs4dQMh2yVCAVrSRVHbx+nMVRdMlkVvOGHNeJXxCodyEMr4DK4jhBdhrE9c6fKB VL2Wh23Qidaask6GDjyCwRHWk8o82Pbzf7UC6GX4xyhqEyd8jReY2WTz9H6OFLjzrlVz cjVw== X-Received: by 10.180.230.197 with SMTP id ta5mr5269346wic.26.1443945302919; Sun, 04 Oct 2015 00:55:02 -0700 (PDT) Date: Sun, 4 Oct 2015 09:55:01 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] GTK3, Glade interface designer Message-Id: <20151004095501.89784be6bfab7e9512bc761f@gmail.com> In-Reply-To: <201510040038.t940cYMR004721@envy.delorie.com> References: <20151003210701 DOT de392b925f54dadb0a5fedd8 AT gmail DOT com> <201510040038 DOT t940cYMR004721 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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. To be worth the effort it must be easier to use the stuff in the *.glade file than using GTK directly. I guess the only option to tell is to read the documentation. Nicklas Karlsson