public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: [patch] change grid "-col" to "-column"
Date: Tue, 03 Dec 2002 14:53:00 -0000	[thread overview]
Message-ID: <1038956107.1168.66.camel@Dragon> (raw)

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

2002-12-03  Martin M. Hunt  <hunt@redhat.com>

	* library/srcpref.itb: Latest tk doesn't support
	"-col" as a grid option.  Use "-column".

	* library/regwin.itb: Ditto.




[-- Attachment #2: p --]
[-- Type: text/x-patch, Size: 2535 bytes --]

Index: regwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/regwin.itb,v
retrieving revision 1.19
diff -p -r1.19 regwin.itb
*** regwin.itb	6 Nov 2002 20:45:53 -0000	1.19
--- regwin.itb	3 Dec 2002 22:51:44 -0000
*************** itcl::body RegWin::_build_win {} {
*** 202,210 ****
    $itk_component(hscroll) configure -command [code $itk_component(table) xview]
    $itk_component(vscroll) configure -command [code $itk_component(table) yview]
  
!   grid $itk_component(table) -row 0 -col 0 -sticky news
!   grid $itk_component(vscroll) -row 0 -col 1 -sticky ns
!   grid $itk_component(hscroll) -row 1 -col 0 -sticky ew
    grid columnconfigure $itk_interior 0 -weight 1
    grid rowconfigure $itk_interior 0 -weight 1
  
--- 202,210 ----
    $itk_component(hscroll) configure -command [code $itk_component(table) xview]
    $itk_component(vscroll) configure -command [code $itk_component(table) yview]
  
!   grid $itk_component(table) -row 0 -column 0 -sticky news
!   grid $itk_component(vscroll) -row 0 -column 1 -sticky ns
!   grid $itk_component(hscroll) -row 1 -column 0 -sticky ew
    grid columnconfigure $itk_interior 0 -weight 1
    grid rowconfigure $itk_interior 0 -weight 1
  
Index: srcpref.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srcpref.itb,v
retrieving revision 1.7
diff -p -r1.7 srcpref.itb
*** srcpref.itb	15 Oct 2002 21:19:51 -0000	1.7
--- srcpref.itb	3 Dec 2002 22:51:45 -0000
*************** itcl::body SrcPref::_build_win {} {
*** 124,131 ****
    radiobutton $w.var_on -text "On " -variable [scope $var] -value 1
    radiobutton $w.var_off -text "Off" -variable [scope $var] -value 0
    pack $w.var_on $w.var_off -side top
!   grid $f.rmv.mode -sticky nsew -pady 5 -row 0 -col 0
!   grid $f.rmv.var -sticky nsew -pady 5 -row 0 -col 2
    grid columnconfigure $f.rmv 0 -weight 1
    grid columnconfigure $f.rmv 1 -minsize 4
    grid columnconfigure $f.rmv 2 -weight 1
--- 124,131 ----
    radiobutton $w.var_on -text "On " -variable [scope $var] -value 1
    radiobutton $w.var_off -text "Off" -variable [scope $var] -value 0
    pack $w.var_on $w.var_off -side top
!   grid $f.rmv.mode -sticky nsew -pady 5 -row 0 -column 0
!   grid $f.rmv.var -sticky nsew -pady 5 -row 0 -column 2
    grid columnconfigure $f.rmv 0 -weight 1
    grid columnconfigure $f.rmv 1 -minsize 4
    grid columnconfigure $f.rmv 2 -weight 1

                 reply	other threads:[~2002-12-03 22:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1038956107.1168.66.camel@Dragon \
    --to=hunt@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).