octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56347] Implement figure "pointer" property


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56347] Implement figure "pointer" property
Date: Wed, 22 May 2019 08:13:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #13, bug #56347 (project octave):

@Philip: I attached a patch to make use of Qt's standard cursors on Windows
and Mac. Could you test it? The simplest way to test is something like:


pointers = set (gcf, "pointer");
uicontrol ("style", "popupmenu", "string", pointers, ...
           "callback", @(h) set (gcbf, "pointer", pointers{get (h,
"value")}));


Change the cursor using the popupmenu and see if it looks like
https://www.mathworks.com/help/matlab/ref/matlab.ui.figure-properties.html#buiwuyk-1-Pointer.

(file #46960)
    _______________________________________________________

Additional Item Attachment:

File name: pointer_native.patch           Size:5 KB
    <https://savannah.gnu.org/file/pointer_native.patch?file_id=46960>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56347>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]