mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
|
Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
|
||||||
|
|
||||||
|
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
|
||||||
|
|
||||||
* gdbtk.tcl (build_framework): Add "Report bug" to help menu.
|
* gdbtk.tcl (build_framework): Add "Report bug" to help menu.
|
||||||
|
|
||||||
* gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
|
* gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
|
||||||
|
@ -1318,7 +1318,7 @@ button .files -text Files -command files_command
|
|||||||
proc build_framework {win {title GDBtk} {label {}}} {
|
proc build_framework {win {title GDBtk} {label {}}} {
|
||||||
|
|
||||||
toplevel ${win}
|
toplevel ${win}
|
||||||
wm title .src $title
|
wm title ${win} $title
|
||||||
wm minsize ${win} 1 1
|
wm minsize ${win} 1 1
|
||||||
|
|
||||||
frame ${win}.menubar
|
frame ${win}.menubar
|
||||||
|
Reference in New Issue
Block a user