Changes between Version 5 and Version 6 of wxGUIDevelopment/Refactoring/wxGUIAPIproposal
- Timestamp:
- 03/28/13 23:16:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/Refactoring/wxGUIAPIproposal
v5 v6 145 145 self.ltree.Append(ltreeitem) 146 146 147 ''PyDispatcher added by vaclav should be used for Event mechanism in the New GUI'' 148 147 149 class GMFrame(wx.Frame): 148 150 def __init__(self,id,title,size,pos):