API Reference for Enthought Tool Suite 2.7.1
Defines the concrete top-level Window class for the Tkinter GUI toolkit, based on the Kiva agg driver and Tkinter 3000.
Map from Enable pointer names to Tkinter pointer names:
pointer_map = { Const('arrow') : Const(''), Const('right arrow') : Const('arrow'), Const('blank') : Const('gumby'), Const('bullseye') : Const('target'), Const('char') : Const('xterm'), Const('cross') : Const('crosshair'), Const('hand') : Const('hand1'), Const('ibeam') : Const('xterm'), Const('left button') : Const('leftbutton'), Const('magnifier') : Const('circle'), Const('middle button') : Const('middlebutton'), Const('no entry') : Const('X_cursor'), Const('paint brush') : Const('gumby'), Const('pencil') : Const('pencil'), Const('point left') : Const('sb_left_arrow'), Const('point right') : Const('sb_right_arrow'), Const('question arrow') : Const('question_arrow'), Const('right button') : Const('rightbutton'), Const('size top') : Const('top_side'), Const('size bottom') : Const('bottom_side'), Const('size left') : Const('left_side'), Const('size right') : Const('right_side'), Const('size top right') : Const('top_right_corner'), Const('size bottom left') : Const('bottom_left_corner'), Const('size top left') : Const('top_left_corner'), Const('size bottom right') : Const('bottom_right_corner'), Const('sizing') : Const('sizing'), Const('spray can') : Const('spraycan'), Const('wait') : Const('wait'), Const('watch') : Const('watch'), Const('arrow wait') : Const('watch') }
| Local name | Refers to |
|---|---|
| AbstractWindow | enthought.enable.abstract_window.AbstractWindow |
| Controller | WCK.Controller |
| GraphicsContextEnable | enthought.enable.graphics_context.GraphicsContextEnable |
| MouseEvent | enthought.enable.events.MouseEvent |
| Widget | WCK.Widget |
Copyright © 2002-2008 Enthought, Inc.