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

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

[Octave-bug-tracker] [bug #55428] gcbf and HandleVisibility property


From: Guillaume
Subject: [Octave-bug-tracker] [bug #55428] gcbf and HandleVisibility property
Date: Wed, 9 Jan 2019 08:32:24 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55428>

                 Summary: gcbf and HandleVisibility property
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 09 Jan 2019 01:32:23 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In the following example, gcbf returns [] instead of the handle of the figure
when clicking on 'menu 1' (when the HandleVisibility property is set to
'off'):


h = figure ();
u = uimenu ( h, 'Label', 'Menu');
uimenu (u, 'Label', 'menu 1', 'HandleVisibility', 'off', 'CallBack', 'gcbf');
uimenu (u, 'Label', 'menu 2', 'HandleVisibility', 'on', 'CallBack', 'gcbf');
uimenu (u, 'Label', 'menu 3', 'HandleVisibility', 'callback', 'CallBack',
'gcbf');





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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