X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f Date: Sun, 31 Jul 2016 12:20:57 -0400 Message-Id: <201607311620.u6VGKvsJ021063@envy.delorie.com> From: DJ Delorie To: geda-help AT delorie DOT com In-reply-to: <20160731171038.5e11e42c@debian.olsr> (geda-help@delorie.com) Subject: Re: [geda-help] An other Question References: <20160729144043 DOT 20559f85 AT debian> <201607291443 DOT u6TEhOKb013735 AT envy DOT delorie DOT com> <20160731171038 DOT 5e11e42c AT debian DOT olsr> 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 > 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).