[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Table cell dehighlight function ....



   Date: Fri, 18 Jan 91 14:53:45 CST
   From: bhuiyan@skorpio.usask.ca (Shawkat Bhuiyan)
   X-Envelope-To: info-macl@cambridge.apple.com


   Is there any function to dehighlight a table cell, what I mean
   a complementary function of highlight-table-cell?

Both highlighting and dehighlighting are performed by the
highlight-table-cell function.  The third argument specifies
whether the cell is selected or not (so it acts as an indicator
of the 'highlight state').

Often highlighting just involves inverting, so it's the same code
to go one way or the other.

   -andrew