
July 6th, 2005, 09:00 AM
|
|
|
|
A Close Look at wxPython Controls
Controls are, obviously, essential to your wxPython applications. They allow
you to gather input from the user so that you can make decisions based on that
input. Let's take a close look at a few controls availible to you and your
applications. This article will cover w xChoice, wxComboBox,
wxListBox and wxTextCtrl. It is the third one in a series about
wxPython.
Read the full article here: A Close Look at wxPython Controls
For more discussion go here: Blog Article Discussion
|