Home | Trees | Indices | Help |
|
---|
|
object --+ | CanvasWidget --+ | TextWidget --+ | SymbolWidget
A canvas widget that displays special symbols, such as the negation
sign and the exists operator. Symbols are specified by name. Currently,
the following symbol names are defined: neg
,
disj
, conj
, lambda
,
merge
, forall
, exists
,
subseteq
, subset
, notsubset
,
emptyset
, imp
, rightarrow
,
equal
, notequal
, epsilon
.
Attributes:
color
: the color of the text.
draggable
: whether the text can be dragged by the user.
|
|||
|
|||
|
|||
|
|||
string
|
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|
|||
SYMBOLS =
A dictionary mapping from symbols to the character in the symbol font used to render them.
|
|
|||
Inherited from |
|
Create a new symbol widget.
|
|
Change the symbol that is displayed by this symbol widget.
|
|
Open a new Tkinter window that displays the entire alphabet for the symbol font. This is useful for constructing the SymbolWidget.SYMBOLS dictionary. |
|
SYMBOLSA dictionary mapping from symbols to the character in thesymbol font used to render them.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |