Few changes in the 'widgets' package.

* introducing __all__ in modules, so __init__ imports only public objects;
  * MultiTypeComboEntry renamed to ValidatedComboEntry and different data
    type support implemented;
  * ShortlistComboEntry introduced;
  * ValueAction and ValueToolItem introduced;
  * ComboToolAction and ComboToolItem are removed, ValueAction and
    ToolComboEntry are implemented instead;


svn: r10763
This commit is contained in:
Zsolt Foldvari
2008-05-27 19:53:25 +00:00
parent 998908175f
commit 12369d04a8
18 changed files with 681 additions and 340 deletions

View File

@@ -20,6 +20,8 @@
# $Id$
__all__ = ["ExpandCollapseArrow"]
#-------------------------------------------------------------------------
#
# Standard python modules