]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/grid.py
Renamed the core namespace's submodules to have a leading underscore.
authorRobin Dunn <robin@alldunn.com>
Sun, 25 Apr 2004 06:51:10 +0000 (06:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 25 Apr 2004 06:51:10 +0000 (06:51 +0000)
commit54f9ee450905e98296e6afd1376b3d1e06a1e00f
treed8259f78eafb6fd2c43ff3069cdab48ea8230e2a
parenta95a71334ccdc0377a515e1a23529930e7d86ac9
Renamed the core namespace's submodules to have a leading underscore.
This is so epydoc will automatically mark them as private and won't
document the objects they contain (they'll be docmented via the wx
module.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
103 files changed:
wxPython/config.py
wxPython/contrib/activex/activex.i
wxPython/contrib/gizmos/gizmos.i
wxPython/contrib/gizmos/gtk/gizmos.py
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/glcanvas/gtk/glcanvas.py
wxPython/contrib/iewin/iewin.i
wxPython/contrib/ogl/gtk/ogl.py
wxPython/contrib/ogl/ogl.i
wxPython/contrib/stc/gtk/stc.py
wxPython/contrib/stc/stc.i
wxPython/contrib/xrc/gtk/xrc.py
wxPython/contrib/xrc/xrc.i
wxPython/include/wx/wxPython/wxPython.h
wxPython/setup.py
wxPython/src/__controls_rename.i [new file with mode: 0644]
wxPython/src/__controls_reverse.txt [new file with mode: 0644]
wxPython/src/__core_rename.i [new file with mode: 0644]
wxPython/src/__core_reverse.txt [new file with mode: 0644]
wxPython/src/__gdi_rename.i [new file with mode: 0644]
wxPython/src/__gdi_reverse.txt [new file with mode: 0644]
wxPython/src/__init__.py
wxPython/src/__misc_rename.i [new file with mode: 0644]
wxPython/src/__misc_reverse.txt [new file with mode: 0644]
wxPython/src/__windows_rename.i [new file with mode: 0644]
wxPython/src/__windows_reverse.txt [new file with mode: 0644]
wxPython/src/_app_ex.py
wxPython/src/_controls_rename.i [deleted file]
wxPython/src/_controls_reverse.txt [deleted file]
wxPython/src/_core_api.i
wxPython/src/_core_ex.py
wxPython/src/_core_rename.i [deleted file]
wxPython/src/_core_reverse.txt [deleted file]
wxPython/src/_gdi_rename.i [deleted file]
wxPython/src/_gdi_reverse.txt [deleted file]
wxPython/src/_misc_rename.i [deleted file]
wxPython/src/_misc_reverse.txt [deleted file]
wxPython/src/_windows_rename.i [deleted file]
wxPython/src/_windows_reverse.txt [deleted file]
wxPython/src/calendar.i
wxPython/src/controls.i
wxPython/src/core.i
wxPython/src/gdi.i
wxPython/src/grid.i
wxPython/src/gtk/_controls.py [new file with mode: 0644]
wxPython/src/gtk/_controls_wrap.cpp [new file with mode: 0644]
wxPython/src/gtk/_core.py [new file with mode: 0644]
wxPython/src/gtk/_core_wrap.cpp [new file with mode: 0644]
wxPython/src/gtk/_gdi.py [new file with mode: 0644]
wxPython/src/gtk/_gdi_wrap.cpp [new file with mode: 0644]
wxPython/src/gtk/_misc.py [new file with mode: 0644]
wxPython/src/gtk/_misc_wrap.cpp [new file with mode: 0644]
wxPython/src/gtk/_windows.py [new file with mode: 0644]
wxPython/src/gtk/_windows_wrap.cpp [new file with mode: 0644]
wxPython/src/gtk/calendar.py
wxPython/src/gtk/controls.py [deleted file]
wxPython/src/gtk/controls_wrap.cpp [deleted file]
wxPython/src/gtk/core.py [deleted file]
wxPython/src/gtk/core_wrap.cpp [deleted file]
wxPython/src/gtk/gdi.py [deleted file]
wxPython/src/gtk/gdi_wrap.cpp [deleted file]
wxPython/src/gtk/grid.py
wxPython/src/gtk/html.py
wxPython/src/gtk/misc.py [deleted file]
wxPython/src/gtk/misc_wrap.cpp [deleted file]
wxPython/src/gtk/windows.py [deleted file]
wxPython/src/gtk/windows_wrap.cpp [deleted file]
wxPython/src/gtk/wizard.py
wxPython/src/html.i
wxPython/src/mac/controls.py [deleted file]
wxPython/src/mac/controls_wrap.cpp [deleted file]
wxPython/src/mac/core.py [deleted file]
wxPython/src/mac/core_wrap.cpp [deleted file]
wxPython/src/mac/gdi.py [deleted file]
wxPython/src/mac/gdi_wrap.cpp [deleted file]
wxPython/src/mac/misc.py [deleted file]
wxPython/src/mac/misc_wrap.cpp [deleted file]
wxPython/src/mac/windows.py [deleted file]
wxPython/src/mac/windows_wrap.cpp [deleted file]
wxPython/src/misc.i
wxPython/src/msw/controls.py [deleted file]
wxPython/src/msw/controls_wrap.cpp [deleted file]
wxPython/src/msw/core.py [deleted file]
wxPython/src/msw/core_wrap.cpp [deleted file]
wxPython/src/msw/gdi.py [deleted file]
wxPython/src/msw/gdi_wrap.cpp [deleted file]
wxPython/src/msw/misc.py [deleted file]
wxPython/src/msw/misc_wrap.cpp [deleted file]
wxPython/src/msw/windows.py [deleted file]
wxPython/src/msw/windows_wrap.cpp [deleted file]
wxPython/src/windows.i
wxPython/src/wizard.i
wxPython/wxPython/_controls.py [new file with mode: 0644]
wxPython/wxPython/_core.py [new file with mode: 0644]
wxPython/wxPython/_gdi.py [new file with mode: 0644]
wxPython/wxPython/_misc.py [new file with mode: 0644]
wxPython/wxPython/_windows.py [new file with mode: 0644]
wxPython/wxPython/_wx.py
wxPython/wxPython/controls.py [deleted file]
wxPython/wxPython/core.py [deleted file]
wxPython/wxPython/gdi.py [deleted file]
wxPython/wxPython/misc.py [deleted file]
wxPython/wxPython/windows.py [deleted file]