From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6106 invoked by alias); 21 Dec 2012 23:54:44 -0000 Received: (qmail 6085 invoked by uid 22791); 21 Dec 2012 23:54:43 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from mta21.charter.net (HELO mta21.charter.net) (216.33.127.81) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Dec 2012 23:54:39 +0000 Received: from imp09 ([10.20.200.9]) by mta21.charter.net (InterMail vM.8.01.05.09 201-2260-151-124-20120717) with ESMTP id <20121221235437.KNJE10448.mta21.charter.net@imp09> for ; Fri, 21 Dec 2012 18:54:37 -0500 Received: from poky2.dbnet.lan ([24.158.184.117]) by imp09 with smtp.charter.net id ePud1k00G2YPgNo05PudYK; Fri, 21 Dec 2012 18:54:37 -0500 X-Authority-Analysis: v=2.0 cv=Cp/n6QED c=1 sm=1 a=WbM0EuwcYzAqmdDoWrhiOg==:17 a=uBsBa1gr-CYA:10 a=EV3O6BrNNZsA:10 a=f3ghcCwtd7kA:10 a=8nJEP1OIZ-IA:10 a=d-77QZGnAAAA:8 a=TByxJWeCcMYA:10 a=vLND3rAvoSWFkBeY8YkA:9 a=wPNLvfGTeEIA:10 a=WbM0EuwcYzAqmdDoWrhiOg==:117 Received: from [192.168.1.10] (wally.dbnet.lan [192.168.1.10]) by poky2.dbnet.lan (8.14.4/8.14.3) with ESMTP id qBLNsaEG025392 for ; Fri, 21 Dec 2012 18:54:36 -0500 Message-ID: <50D4F6C2.9050500@chartertn.net> Date: Fri, 21 Dec 2012 23:54:00 -0000 From: Gene Smith User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: insight@sourceware.org Subject: GUI configuration changes (How to?) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00019.txt.bz2 I use insight all the time for debugging an embedded system. Unfortunately, some of the source file names are now so long that they don't fit in the box in the top upper left of the main window. Is there a way to make that box wide enough so accommodate the longest file name automatically? (This would require that the middle box containing function names to automatically become smaller, however, I never use this box anyhow.) If there is no way to make the boxes automatically adapt, is there a way to just make file name box some wider and the function name box narrower? That would be OK too. Rebuilding the code is not a problem. But I have no clue where in the code (tk/tcl?) this is determined I can scroll the file name box content (only when dropped down) but it is somewhat awkward and it forces you to always select something. There is also a function browser window that does allow you to see a wider view of the filename list, but I don't see a way for the selected file there to instantly appear in the main window, only in its own file viewer window. Thanks, -gene