Changeset 608
- Timestamp:
- 07/09/03 10:46:07 (5 years ago)
- Files:
-
- trunk/RBSkinning/RBSkinning/wxPythonSkin/layout_table.py (added)
- trunk/RBSkinning/RBSkinning/wxTools/wxDockingTools.py (modified) (1 diff)
- trunk/RBSkinning/plans/todo.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBSkinning/RBSkinning/wxTools/wxDockingTools.py
r603 r608 85 85 return self.dockhost.OnDockContainerUpdate(self, updatetype, *updateargs, **updatekeys) 86 86 87 def DockHost(self): 88 return self.dockhost 89 87 90 def DockTo(self, dockhost): 88 91 if dockhost is not self.dockhost: trunk/RBSkinning/plans/todo.txt
r581 r608 7 7 8 8 New wxPython Widgets: 9 [.] MaskedEditControls 9 10 [.] wxTimeEdit 10 11 [.] wxScrolledWindow 11 12 [.] wxScrolledPanel 12 [.] RowCol sizer13 13 [.] Shaped Window behavior 14 [.] MaskedEditControls15 14 [.] wxTreeListCtrl 16 15 [.] wxDynamicSashWindow (Will be tough) 17 [.] Error dialogs 16 [.] wxMultiSash (Will be tough) 17 [.] Error dialogs? 18 18 19 19 New Custom Widgets:
