This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] more 64-bit patches


On Mon, 29 Oct 2001, Martin M. Hunt wrote:

Only one or two questions:

> 	* library/srcbar.itcl: Remove lable width for address
>         box.  This allows it to expand for 64-bit addresses.

How does this affect the look of things before we're running?

Otherwise, the rest looks okay. I'm actually ashamed that I didn't catch
the xasprintf thing. That is obvioulsy wrong.

Keith

> Index: library/srcbar.itcl
> ===================================================================
> RCS file: /cvs/src/src/gdb/gdbtk/library/srcbar.itcl,v
> retrieving revision 1.12
> diff -u -p -r1.12 srcbar.itcl
> --- srcbar.itcl	2001/08/03 18:46:41	1.12
> +++ srcbar.itcl	2001/10/29 19:47:19
> @@ -534,7 +534,7 @@ class SrcBar {
>        $Tool add separator
>      }
>
> -    $Tool add label addr $address "Address" -width 10 -relief sunken \
> +    $Tool add label addr $address "Address" -relief sunken \
>                             -bd 1 -anchor e -font  src-font
>
>      $Tool add label line $line "Line Number" -width 6 -relief sunken \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]