Changes between Version 2 and Version 3 of Submitting/wxGUI
- Timestamp:
- 06/11/14 20:47:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/wxGUI
v2 v3 27 27 {{{ 28 28 #!python 29 29 """! 30 30 @package dir.example 31 31 … … 53 53 == Writing the code == 54 54 55 Do not use print command unless you know what are youdoing.55 Do not use print command unless you know what you are doing. 56 56 57 57 Use `wx.ID_ANY` instead of `-1`.