Lisp HUG Maillist Archive

Different cursor for display panes?

And is there a way (on Windows) to change the cursor you get if your
mouse is over a display pane?  I get the typical text cursor but I'd
rather have the normal arrow cursor you'd see if it were a title pane.

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: Different cursor for display panes?

What about the standard cursor property?

(capi:contain (make-instance 'capi:display-pane :text "test" :cursor :top-left-arrow))

Regards
Erik


7 jan 2013 kl. 19:57 skrev Edi Weitz:

> 
> And is there a way (on Windows) to change the cursor you get if your
> mouse is over a display pane?  I get the typical text cursor but I'd
> rather have the normal arrow cursor you'd see if it were a title pane.
> 
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
> 


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: Different cursor for display panes?

Hi Edi,

Yes, I have actually done this in the Plotter code. I change to a cross shape whenever the mouse is in the display pane. I don't remember the details for the sake of this note, but the code is now available to all to see.

- DM

On Jan 7, 2013, at 11:57 AM, Edi Weitz <edi@weitz.de> wrote:


And is there a way (on Windows) to change the cursor you get if your
mouse is over a display pane?  I get the typical text cursor but I'd
rather have the normal arrow cursor you'd see if it were a title pane.

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html



Dr. David McClain
dbm@refined-audiometrics.com



Re: Different cursor for display panes?

Yikes!  I even looked for such a property before I sent this mail but
managed to not see it.  Apologies for the noise...

Thanks,
Edi.


On Mon, Jan 7, 2013 at 8:11 PM, Erik Ronström <erik.ronstrom@doremir.com> wrote:
> What about the standard cursor property?
>
> (capi:contain (make-instance 'capi:display-pane :text "test" :cursor :top-left-arrow))
>
> Regards
> Erik
>
>
> 7 jan 2013 kl. 19:57 skrev Edi Weitz:
>
>>
>> And is there a way (on Windows) to change the cursor you get if your
>> mouse is over a display pane?  I get the typical text cursor but I'd
>> rather have the normal arrow cursor you'd see if it were a title pane.
>>
>> _______________________________________________
>> Lisp Hug - the mailing list for LispWorks users
>> lisp-hug@lispworks.com
>> http://www.lispworks.com/support/lisp-hug.html
>>
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:36 UTC