Menu

#64 grid configure not consistent with other configure subcomman

open
49. [grid] (3)
5
2003-11-13
2000-11-01
No

OriginalBugID: 2705 RFE
Version: 8.2
SubmitDate: '1999-09-10'
LastModified:
Severity: LOW
Status: UnAssn
Submitter: techsupp
OS: Other
Machine: NA

Name:
Clif Flynt

Comments:
One of the reasons I advocate Tcl over Perl is Tcl's internal
consistency. It irks me when I have
to go back to the man pages because a sub-command has slightly different
syntax for one command
compared to another.

DesiredBehavior:
The "grid configure" command should use arguments consistent with the
widget configure commands.
"grid configure master" should return a list of configuration options
(be synonymous with the
current "grid info", and "grid configure master -flag" should return the
current value for that
flag

Discussion

  • Donal K. Fellows

    • milestone: 102499 --> 102483
     
  • Donal K. Fellows

    This is a side-effect of the fact that [grid $master -opts] is equivalent to [grid configure $master -opts], and yes, it sucks. I don't know whether changing this will break any code though.
    In any case, because of the above concern I've recategorized this as a feature request, since we certainly can't change this (and the [pack] command has the same properties) without potentially breaking existing code, hence making it something for a major version change...

     
  • Don Porter

    Don Porter - 2001-03-27
    • labels: 104343 -->
    • milestone: 102483 -->
     
  • Don Porter

    Don Porter - 2001-03-27
    • labels: --> 49. [grid]
     
  • Don Porter

    Don Porter - 2003-11-13
    • assigned_to: nobody --> pspjuth
    • summary: grid configure not consistent with other configure subcommands --> grid configure not consistent with other configure subcomman
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.