summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/srcwin.ith
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2002-02-26 00:29:06 +0000
committerIan Roxborough <irox@redhat.com>2002-02-26 00:29:06 +0000
commit604eb410df2c5f6d68cf4c83e72b8cadab19588b (patch)
tree99eb997feb5b9a30502865d52ebe76a7b5dde5cd /gdb/gdbtk/library/srcwin.ith
parent5a84a605eeac731a3bc9ef0f1a8150150f19fa74 (diff)
downloadgdb-604eb410df2c5f6d68cf4c83e72b8cadab19588b.tar.gz
* library/srcbar.itcl (SrcBar::create_buttons): Added
"Search in source file" entry box and label to the top row toolbar. * library/srcwin.itb (SrcWin::_build_win): Removed "Search in source file" entry box. (SrcWin::_search): Renamed to "search", add string parameter and cleaned up. * library/srcwin.ith (SrcWin): Removed private method "_search" and added public method "search".
Diffstat (limited to 'gdb/gdbtk/library/srcwin.ith')
-rw-r--r--gdb/gdbtk/library/srcwin.ith2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk/library/srcwin.ith b/gdb/gdbtk/library/srcwin.ith
index 0a981b20694..578178765f8 100644
--- a/gdb/gdbtk/library/srcwin.ith
+++ b/gdb/gdbtk/library/srcwin.ith
@@ -51,6 +51,7 @@ class SrcWin {
method clear_file {}
method get_file {}
method is_fixed {}
+ method search {direction string}
proc choose_and_update {}
proc choose_and_display {tag linespec}
@@ -68,7 +69,6 @@ class SrcWin {
method _build_win {}
method _exit {}
method _name {w {val ""}}
- method _search {direction}
method _set_name { val {found 1} }
method _set_state {varname}
method _update_title {name}