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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to