Changes between Version 5 and Version 6 of wxGUIDevelopment/Refactoring/wxGUIAPIproposal


Ignore:
Timestamp:
Mar 28, 2013, 11:16:47 PM (11 years ago)
Author:
rashadkm
Comment:

adding new classes

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/Refactoring/wxGUIAPIproposal

    v5 v6  
    145145   self.ltree.Append(ltreeitem)
    146146
     147''PyDispatcher added by vaclav should be used for Event mechanism in the New GUI''
     148
    147149class GMFrame(wx.Frame):
    148150    def __init__(self,id,title,size,pos):