diff options
Diffstat (limited to 'gdb/gdbtk/library/process.ith')
-rw-r--r-- | gdb/gdbtk/library/process.ith | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/gdb/gdbtk/library/process.ith b/gdb/gdbtk/library/process.ith deleted file mode 100644 index d9b8fece4ee..00000000000 --- a/gdb/gdbtk/library/process.ith +++ /dev/null @@ -1,40 +0,0 @@ -# Process window class definition for GDBtk. -# Copyright 1998, 1999 Cygnus Solutions -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License (GPL) as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - - -class ProcessWin { - inherit EmbeddedWin GDBWin - - private { - variable top - variable lb - variable id - variable Running 0 - variable protect_me 0 - - - method build_win {} - method change_context {y} - method cursor {glyph} - method change_frame {y} - method update {} - method busy {} - method idle {} - } - - public { - method reconfig {} - method constructor {args} - method destructor {} - } -}
\ No newline at end of file |