Reputation: 40664
I would like to draw border for each row in a wxPython grid different (e.g. bold or broken line) based on data in the respective row. How can I achieve this result?
I am using python 2.6 and what I need is some pointers and/or suggestions.
Upvotes: 2
Views: 634
Reputation: 33071
Take a look at the wxPython demo. I think the demos that you'll find the most helpful are the following:
Those will probably get you started. When you get stuck, ask on the wxPython mailing list. They'll be able to help you out.
Upvotes: 2