Changes between Version 6 and Version 7 of wxGUIDevelopment/Refactoring


Ignore:
Timestamp:
Aug 2, 2013, 12:59:04 AM (11 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/Refactoring

    v6 v7  
    8080public ([http://docs.wxwidgets.org/trunk/overview_events.html wxWidgets overview of events]).
    8181Private method in Python usually starts with underscore. This is in collision
    82 with wxWidgets convention which is naming event handlers like OnSomethingHappened
     82with wxWidgets convention which is naming event handlers like !OnSomethingHappened
    8383(in C++ these methods are private because they are in private section of class definition).
    8484