Skip to content

Commit 9184116

Browse files
cleaned up the comments in the examples
1 parent 2316278 commit 9184116

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

week-09/code/basic_app_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Example of the very basic, minimal framework for a wxPython application
55
6-
This version adds a single button
6+
This version puts the button on a Panel, where it belongs.
77
"""
88

99
import wx

week-09/code/basic_app_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Example of the very basic, minimal framework for a wxPython application
55
6-
This version adds a BoxSizer for laying out buttons on the panel
6+
This version adds a BoxSizer for laying out two buttons on the panel
77
"""
88

99
import wx

week-09/code/basic_app_7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Example of the very basic, minimal framework for a wxPython application
55
6-
This adds a text box and a dialog box
6+
This one adds another sizer to fix the layout -- and the WIT!
77
"""
88

99

week-09/code/basic_app_8.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"""
44
Example of the very basic, minimal framework for a wxPython application
55
6-
This adds a text box and reads the input from it.
6+
This adds a text box and reads the input from it, and writes it
7+
to another text box
78
"""
89

910

week-09/presentation-week09.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)