]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/py/wxd/d_stc.py
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / wxPython / wx / py / wxd / d_stc.py
CommitLineData
1e4a197e
RD
1"""Decorator utility for documentation and shell scripting.
2
3When you import stc from this module, all of the classes get decorated
4with docstrings from our decoration class definitions.
5"""
6
7__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
8__cvsid__ = "$Id$"
9__revision__ = "$Revision$"[11:-2]
10
11from wxPython import stc
12
13import stc_
14
15import decorator
16
17decorator.decorate(real=stc, decoration=stc_)