[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43065] toolbar property of figures not implem
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #43065] toolbar property of figures not implemented |
Date: |
Sun, 24 Aug 2014 17:26:57 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?43065>
Summary: toolbar property of figures not implemented
Project: GNU Octave
Submitted by: rik5
Submitted on: Sun 24 Aug 2014 10:26:56 AM PDT
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: Confirmed
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
A Matlab figure has a 'toolbar' property which controls whether the toolbar at
the bottom of a figure is shown. Valid values are "auto" (draw toolbar unless
a uicontrol object is added to figure), "none" (don't draw toolbar), and
"figure" (always draw toolbar).
The property exists and can be changed but there is no backend implementation
in, for example, __init_fltk__.cc.
This property should work in a similar manner to the "menubar" property which
is correctly implemented. When "menubar" is set to "none" the menu at the top
of a figure window with File, Edit is not drawn.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43065>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #43065] toolbar property of figures not implemented,
Rik <=