X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Date: Sun, 31 Jul 2016 20:10:14 +0200 From: "Smilie (smilie AT posteo DOT de) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] An other Question Message-ID: <20160731201014.7f593c73@debian.olsr> In-Reply-To: <201607311620.u6VGKvsJ021063@envy.delorie.com> References: <20160729144043 DOT 20559f85 AT debian> <201607291443 DOT u6TEhOKb013735 AT envy DOT delorie DOT com> <20160731171038 DOT 5e11e42c AT debian DOT olsr> <201607311620 DOT u6VGKvsJ021063 AT envy DOT delorie DOT com> Organization: Individuum auf blauem Planet X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Am Sun, 31 Jul 2016 12:20:57 -0400 schrieb DJ Delorie : > > 1. Wich file is search to manipulate fore... ? > > 2. Is there a known construct to modify the Layer-parameter? > > 3. Is there a known construct to modify the Menu-Entry? > > If you're digging into the code, geda-user is probably a better forum, > but... > > The layer grouping itself is in src/globa.h as LayerGroupType. > > A search for "LayerGroups" (case sensitive) in src/*.c will > show you everywhere it's used... it's a lot :-) > > misc.c is probably the best starting point, where the functions that > manipulate it are. > > The menus are handled separately by the various GUIs (src/hid/gtk and > src/hid/lesstif). Thanks a lot.