Python4Kids New Tutorial: Class Inheritance
Mar 17, 2012, 07:02 (0 Talkback[s])
(Other stories by Brendan Scott)
[ Thanks to Brendan Scott for this
link. ]
"n the previous tutorial we learnt that when we pack Tkinter
objects, the order in which we pack them affects how they are
displayed in the GUI. We used a Text widget to enable the user to
edit text in the GUI. We also learnt to use a Frame widget to help
with the layout of our GUI. In particular, we put a Label and a
Text widget together into one Frame, and put an ok and cancel
Button into another. For homework you needed to get data from the
Text widget.
"In order to display all of the configuration options we are
going to go a bit nutty using Frames. We will eventually (but not
today) use one Frame to hold all of the configuration options, and
another Frame to hold the Ok and Cancel buttons. But that?s not
all! We will also use a Frame to house each configuration option
(ie key and value pair). Before we do that though, we need to
remember where we were up to reading and parsing the
server.properties file."
Complete Story
Related Stories:
- Python4Kids New Tutorial: Tkinter Text Widget and Frames(Mar 07, 2012)
- Python4Kids New Tutorial: MineCraft config editor part 2(Feb 29, 2012)
- Python4Kids New Tutorial: Starting our Config Editor(Feb 22, 2012)
- Python4Kids New Tutorial: Recap Part 2 - Tkinter(Feb 14, 2012)
- Python4Kids New Tutorial: Welcome back, Class Recap(Feb 08, 2012)
- Python4Kids: Classy Methods, a Sense of Self (Classes Part 2)(Oct 17, 2011)
- Python4Kids: New Tutorial - Classy Attributes(Sep 27, 2011)
- Python4Kids New Tutorial: Side Track � Global and Local Variables(Sep 03, 2011)
- Python4Kids: New Tutorial - Really GUI (more on Buttons, images and handlers)(Aug 22, 2011)
- Python4Kids: New Tutorial - Using Images in the GUI(Aug 09, 2011)