wxPoint(15, 10))
wxStaticText(self, -1, "Select one:", wxPoint(15, 50), wxSize(75, 20))
- self.ch = wxChoice(self, 40, (80, 50), (95, 125),
- choices = sampleList)
+ self.ch = wxChoice(self, 40, (80, 50), choices = sampleList)
EVT_CHOICE(self, 40, self.EvtChoice)
# flags and values that affect this script
#----------------------------------------------------------------------
-VERSION = "2.3.1b1"
+VERSION = "2.3.1"
DESCRIPTION = "Cross platform GUI toolkit for Python"
AUTHOR = "Robin Dunn"
AUTHOR_EMAIL = "robin@alldunn.com"