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

view-cursor



 From: lafourca@cs.usm.my (Mathieu Lafourcade)
   I have a view with a splitter (a view) of my own. When the cursor is over
   this view I would like the cursor to change. When leaving this view, the
   cursor should be restored to the arrow.

The function view-cursor is repeatedly called by the system for just
this purpose. If I understand your need correctly, you should define a
method on your splitter view that returns the cursor (as id, or
macptr) you desire. The default method returns *arrow-cursor*.

-alan