Tag Archives: controls
Custom Controls in wxPython: Part 1

Writing custom controls or widgets for wxPython isn’t all that hard, once you learn the ropes. This is the first part of an ongoing series of articles about making custom UI controls using Python and the wxPython toolkit.

DatePickerEditor – A useful control for wxPython

I still like to share solutions to problems that I’ve solved that maybe someone else out there may have encountered. And hopefully save them some time and banging of head against the wall. One of them was my need to develop a custom GridCellEditor control for wxPython for use with grids. Now you can select dates from within a grid cell without having to refer back to another calendar.