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

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

[Octave-bug-tracker] [bug #44573] "auto" option of figure property "tool


From: Rik
Subject: [Octave-bug-tracker] [bug #44573] "auto" option of figure property "toolbar" not implemented
Date: Wed, 18 Mar 2015 17:50:00 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: "auto" option of figure property "toolbar" not
implemented
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 18 Mar 2015 10:49:59 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

According to the documentation, when the figure property "toolbar" is set to
"auto" then the display of the toolbar is controlled by the value of the
"menubar" property ("figure" [on] or "none" [off]).

However, the menubar property seems to ignore "auto" and treat it the same as
"figure".

Sample code:


graphics_toolkit qt
sombrero
set (gcf, "menubar", "none")
## toolbar still displayed
set (gcf, "toolbar", "none")
## toolbar disappears
set (gcf, "toolbar", "auto")
## toolbar disappears







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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