Sun 4 Apr 2010
wxPython: Grid Tips and Tricks
Posted by Mike under Cross-Platform, Python, wxPython
[6] Comments
Last month I mentioned that we would go on a journey to learn some tips and tricks for wxPython’s Grid widget. Well, the coding is done and I thought it was time to actually do this thing. In the following article you will learn how to:
- Create a right-click pop-up menu in a cell
- Put tooltips on the Row and Column labels and on the cells
- How to use your keyboards arrow keys to move out of a cell that’s being edited
- Hide Row/Column labels/headers
- Show a pop-up when clicking a row label
- Change row/column labels
Well, what are you waiting for? Click the “more” link and start reading! (more…)