Raffaello Barella wrote:
For Robin:
1. Is it correct to construe the grid window as the grid's "face"?
More or less. There are four component windows that are children of the main wx.Grid. The GridWindow, the GridRowLabelWindow, GridColLabelWindow, and the GridCornerLabelWindow
2. Where can documentation for GridWindow be found?
There probably isn't any.
3. Is there a way to put a tooltip on a single grid column label
(which, I suppose, is out of the grid window)?
You can bind appropriate events to the return value of theGrid.GetGridColLabelWindow() to help you do it.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!