wxPython Grid Question

Jordan jordan.taylor2 at gmail.com
Thu Aug 17 00:25:22 EDT 2006


Hey Peoples,
I'm wonderg if there is a way to make a subclass of wx.grid.Grid in
which the coloumn labels for the grid appear on the bottom of the grid
instead of the top.

  1  2  3  4  5
a|  |   |   |   |   |
b|  |   |   |   |   |
c|  |   |   |   |   |
d|  |   |   |   |   |
e|  |   |   |   |   |

Just in case that wasn't clear (and because I just feel like typing
more): The above grid has labels in the normal placement.  The grid
below has the labels in the places I want them.

a|  |   |   |   |   |
b|  |   |   |   |   |
c|  |   |   |   |   |
d|  |   |   |   |   |
e|  |   |   |   |   |
  1  2  3  4  5

Thanks




More information about the Python-list mailing list