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

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

[Octave-bug-tracker] [bug #50369] Inconsistent uimenu position between q


From: Roland Baudin
Subject: [Octave-bug-tracker] [bug #50369] Inconsistent uimenu position between qt and fltk graphics
Date: Tue, 21 Feb 2017 08:55:21 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux i586; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?50369>

                 Summary: Inconsistent uimenu position between qt and fltk
graphics
                 Project: GNU Octave
            Submitted by: roland65
            Submitted on: Tue 21 Feb 2017 01:55:20 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In qt graphics, the following commands place the uimenu at the leftmost
position (after the File / Edit / Help menu items):

graphics_toolkit ('qt');
x=[0:0.1:2*pi]; y=sin(x);plot(x,y);
uimenu('label','menu1','position',1);

But in fltk graphics, the same commands place the uimenu between the File and
Edit menu items.

graphics_toolkit ('fltk');
x=[0:0.1:2*pi]; y=sin(x);plot(x,y);
uimenu('label','menu1','position',1);

And sometimes, it also places the uimenu at the first position, like in the
following case:

graphics_toolkit ('fltk');
uimenu('label','menu1','position',1);

To be consistent with MATLAB, position 1 should always be the rightmost
position, before all other menu items.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50369>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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