pdk.Gui.Widgets ($Date: 2002/12/04 10:16:47 $) | index pdk/Gui/Widgets/__init__.py |
Interface to the library of custom widgets for pdk. This serves not only as (sub-)package initialization, but also as entry point
for referencing all widgets provided in the modules in this directory (i.e.,
do a "from pdk.Gui import Widgets" and then access all widget classes as
attributes of this module). FOG 08.2001
Package Contents | ||||||
|
Data | ||
GRID_STYLETYPES = [0, 1, 2] ID_CANCEL = 117 ID_FINISH = 115 ID_FIRST = 112 ID_NEXT = 114 ID_NONE = 116 ID_PREVIOUS = 113 WIZARD_BUTTON_ALL = 47 WIZARD_BUTTON_CANCEL = 32 WIZARD_BUTTON_FINISH = 8 WIZARD_BUTTON_FIRST = 1 WIZARD_BUTTON_NEXT = 4 WIZARD_BUTTON_NONE = 16 WIZARD_BUTTON_PREVIOUS = 2 __author__ = '$Author: gathmann $' __date__ = '$Date: 2002/12/04 10:16:47 $' __path__ = ['/usr/local/lib/python2.2/site-packages/pdk/Gui/Widgets'] __revision__ = '$Revision: 1.13 $' __source__ = '$Source: /home/cvs/pdk/pdk/Gui/Widgets/__init__.py,v $' wxGRID_VALUE_DATETIME = 109 wxGRID_VALUE_FILENAME = 110 |
Author | ||
$Author: gathmann $
|