Package param :: Module external
[hide private]
[frames] | no frames]

Module external

source code

External code required for param/tkinter interface.

Note that an ordered dictionary and a wrapper for ttk widgets are both available in Python 2.7.


Version: 0.2.2

Author: Nicola Larosa <nico-NoSp@m-tekNico.net>,Michael Foord <fuzzyman AT voidspace DOT org DOT uk>

Classes [hide private]
  OrderedDict
A class of dictionary that keeps the insertion order of keys.
  Keys
Custom object for accessing the keys of an OrderedDict.
  Items
Custom object for accessing the items of an OrderedDict.
  Values
Custom object for accessing the values of an OrderedDict.
  SequenceOrderedDict
Experimental version of OrderedDict that has a custom object for keys, values, and items.
  Style
  Widget
  Button
  Frame
  Checkbutton
  Entry
  Label
  LabelFrame
  Menubutton
  Notebook
  Paned
Name Database name Database class -orient orient Orient Specifies the orientation of the window.
  Radiobutton
  Scrollbar
  Separator
  Treeview
  FakeCombobox
  Combobox
  FakeProgressbar
  Progressbar
Variables [hide private]
  __revision__ = '$Id: external.py 11264 2010-07-21 18:12:49Z ce...
  INTP_VER = (2, 6)
  Tkinter_imported = True
  __package__ = 'param'
Variables Details [hide private]

__revision__

Value:
'$Id: external.py 11264 2010-07-21 18:12:49Z ceball $'