mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gdbtk.tcl (files_command): listbox command no longer accepts
-geometry.
This commit is contained in:
@ -1,4 +1,9 @@
|
|||||||
start-sanitize-gdbtk
|
start-sanitize-gdbtk
|
||||||
|
Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
|
||||||
|
|
||||||
|
* gdbtk.tcl (files_command): listbox command no longer accepts
|
||||||
|
-geometry.
|
||||||
|
|
||||||
Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
|
Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* gdbtk.tcl (create_command_window): If command window's buffer
|
* gdbtk.tcl (create_command_window): If command window's buffer
|
||||||
|
@ -1973,7 +1973,7 @@ proc files_command {} {
|
|||||||
|
|
||||||
wm minsize .files_window 1 1
|
wm minsize .files_window 1 1
|
||||||
# wm overrideredirect .files_window true
|
# wm overrideredirect .files_window true
|
||||||
listbox .files_window.list -geometry 30x20 -setgrid true \
|
listbox .files_window.list -width 30 -height 20 -setgrid true \
|
||||||
-yscrollcommand {.files_window.scroll set} -relief sunken \
|
-yscrollcommand {.files_window.scroll set} -relief sunken \
|
||||||
-borderwidth 2
|
-borderwidth 2
|
||||||
scrollbar .files_window.scroll -orient vertical \
|
scrollbar .files_window.scroll -orient vertical \
|
||||||
|
Reference in New Issue
Block a user