| Tkconstants | index /usr/lib/python1.6/lib-tk/Tkconstants.py |
# Symbolic constants for Tk
| Data | ||
| ACTIVE = 'active' ALL = 'all' ANCHOR = 'anchor' BASELINE = 'baseline' BOTH = 'both' BOTTOM = 'bottom' BROWSE = 'browse' CASCADE = 'cascade' CENTER = 'center' CHAR = 'char' CHECKBUTTON = 'checkbutton' COMMAND = 'command' CURRENT = 'current' DISABLED = 'disabled' E = 'e' END = 'end' EW = 'ew' EXTENDED = 'extended' FALSE = 0 FLAT = 'flat' GROOVE = 'groove' HORIZONTAL = 'horizontal' INSERT = 'insert' LEFT = 'left' MULTIPLE = 'multiple' N = 'n' NE = 'ne' NO = 0 NONE = 'none' NORMAL = 'normal' NS = 'ns' NSEW = 'nsew' NUMERIC = 'numeric' NW = 'nw' OFF = 0 ON = 1 RADIOBUTTON = 'radiobutton' RAISED = 'raised' RIDGE = 'ridge' RIGHT = 'right' S = 's' SE = 'se' SEL = 'sel' SEL_FIRST = 'sel.first' SEL_LAST = 'sel.last' SEPARATOR = 'separator' SINGLE = 'single' SOLID = 'solid' SUNKEN = 'sunken' SW = 'sw' TOP = 'top' TRUE = 1 VERTICAL = 'vertical' W = 'w' WORD = 'word' X = 'x' Y = 'y' YES = 1 __file__ = '/usr/lib/python1.6/lib-tk/Tkconstants.pyc' __name__ = 'Tkconstants' | ||