Next | Prev | Up | Top | Contents | Index

Base Classes

All Tm widgets derive from a small set of superclasses, namely Core, Primitive, Manager, and Shell. You cannot create any widget of those classes, because they are base classes used to define sets of resources, behaviors, and methods common to all derived widget classes that have bindings in Tm. This section describes these abstract base classes.


The Core Class
Core Methods
The Primitive Class
Primitive Resources
Primitive Callbacks
Primitive Actions
Primitive Translations
Shell Classes

Next | Prev | Up | Top | Contents | Index