Let me rephrase.

I see two possible solutions, with different consequences.

1. create a widget per separator between row and column labels
  -> many widgets

2. change the events that the widget is interested in
    (so you can track pointer movement one some part of the window)
  -> get more network traffic (if you're on a network) at run time

Danny

P.S. Which performance problem with XbaeMatrix were you trying to avoid when writing 
XmAxyList ?

Alex Y wrote :
> > 2. There is a performance issue with what you ask, it may require the
> >   creation of many more widgets. This is the exact thing that the Matrix
> >   currently avoids.
>
> This is not exactly true. My XmAxyList widget while nearly not as featureful
> or stable as XbaeMatrix, has this ability and no more widgets are created-
> in fact, XmAxyList is a primitive widget and not manager. As for performance-
> the reson to write it was to overcome performance problem of XbaeMatrix.

Reply via email to