TShape is not a TWinControl, thus does not have a Handle of its own. Because
at the moment the gtk interface only sets the cursor for Handles, you can
not set cursors for non TWinControl.
Probably the only fix is to implement setting the cursor on mouse events in
the gtk interface.
The wiki isn't very helpfull with that for me.
Were do I have to start (what file) to to change the cursor in f.i. the OnEnter event?
Is there some additional info on this subject?
