Index of classes in tycho/kernel
-
::tycho::ButtonBox
- This class implements a reasonably useful button box widget.
-
::tycho::CircularList
- This is a circular list with methods for adding elements at any point.
-
::tycho::ColorBrowser
- A simple color browser.
-
::tycho::ColorManager
- Manage color selection. This is a "non-instantiable" class.
-
::tycho::Dialog
- This is a top-level dialog window to which buttons and other widgets
are added in the derived classes.
-
::tycho::Displayer
- This class is a top level window that can contain one or more
View objects.
-
::tycho::DirectedAcyclicGraph
- A directed acyclic graph is a
Graph
without cycles.
-
::tycho::Edit
- This widget contains arbitrary text and allows editing of this text
using emacs-like key bindings plus mouse movements.
-
::tycho::EditSearch
- Create a dialog box for searching for text in an Edit object.
-
::tycho::EditSpell
- This class provides a dialog box for checking the spelling in a
text editor.
-
::tycho::EditStack
- This class defines a text widget for displaying Tcl stack trace information.
-
::tycho::ErrorMessage
- Issue an error message to the user.
-
::tycho::Exec
- Exec a process, and if there is output, display the output.
-
::tycho::File
- This is a base class for widgets that have persistent data in files.
-
::tycho::FileBrowser
- This file browser displays a list of the files in the current
directory, permitting the user to select a file or directory by
clicking or by typing the name in an entry box.
-
::tycho::FontManager
- Manage font selection.
-
::tycho::FontDialog
- Manage font selection.
-
::tycho::Forest
- A forest is a data structure that includes any number of trees.
-
::tycho::Glimpse
- Glimpse "is an indexing and query system that allows you to search through
all your files very quickly"
-
::tycho::Graph
- A graph is a collection of nodes that may have other nodes as parents
or children.
-
::tycho::HTML
- This widget parses HTML using the library by Stephen Uhler and
displays it in a Tk text widget.
-
::tycho::HTMLMessage
- This is a top-level message window in which the message is formatted
using HTML.
-
::tycho::IndexBrowser
- A browser for an index.
-
::tycho::ListBrowser
- Create a list browser window that consists of a scrolled list box.
-
::tycho::MenuBar
- This class defines a menu bar widget.
-
::tycho::MenuSupport
- This class defines functionality that supports a simple interface
for creating, deleting, enabling, and disabling menus.
-
::tycho::Message
- A message window with space for text, a bitmap, an image, and HTML.
-
::tycho::Object
- This is the base class for Tycho objects that are neither windows nor
widgets. It provides a set of useful methods.
-
::tycho::Parameters
- A Parameters object maintains a set of _parameters_.
-
::tycho::Preferences
- A Preferences object maintains a set of preferences, and is
used to build a complex set of user and system preference settings.
-
::tycho::PreferenceDialog
- A window that controls a set of preference editors.
-
::tycho::PreferenceEditor
- A widget for editing a preference set.
-
::tycho::PopupMenu
- This class defines a popup menu widget. The method overrides
those in the MenuSupport class so that, if no menu name is
specified, "top" is used.
-
::tycho::Query
- Create a dialog window with any number of labeled entry boxes and
radio buttons.
-
::tycho::RevControl
- Base class for revision control objects.
-
::tycho::RevControlSCCS
- This class defines how revision control will be handled when using
SCCS, and is intended to be contained within objects that use such
facilities.
-
::tycho::RevControlRCS
- This class defines how revision control will be handled when using
RCS, and is intended to be contained within objects that use such
facilities.
-
::tycho::Stack
- A simple stack data structure with methods to push and pop.
Data stored on the stack is any arbitrary Tcl string.
-
::tycho::StatusBar
- A very simple prototype status bar display, for putting at the
bottom of windows.
-
::tycho::Subpanel
- This class defines a Subpanel widget that can be used within windows.
-
::tycho::TclShell
- This class defines a shell widget that accepts Tcl and Itcl commands from
the keyboard and executes them.
-
::tycho::ToolBar
- A tool bar with any of a variety of widgets. It is meant to be put at
the top of a Displayer.
-
::tycho::TopLevel
- This class creates a top-level window with a single frame in it
(called
$itk_component(childsite)
.
-
::tycho::TWidget
- This class is the base class for most widgets in Tycho.
-
::tycho::Uninstantiable
- This is the superclass for classes that cannot be instantiated.
-
::tycho::View
- This class is the base class for most graphical and textual widgets
in Tycho.
-
::tycho::WelcomeMessage
- A startup message window.
-
::tycho::YesNoCancel
- Query the user for a yes/no/cancel response to a question.
-
::tycho::YesNoQuery
- Query the user for a yes/no response to a question.
- Procs defined in
Tycho.tcl
- Procs defined in
Defaults.tcl
- Procs defined in
Loader.tcl
- Procs defined in
Path.tcl
- Procs defined in
tychoMakeClassDAG.tcl
Last Updated: 12/17/96