octave-maintainers
[Top][All Lists]
Advanced

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

Re: What is the purpose of Help->About menu in FLTK?


From: John W. Eaton
Subject: Re: What is the purpose of Help->About menu in FLTK?
Date: Wed, 06 Nov 2013 14:50:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 11/06/2013 02:47 PM, Rik wrote:
11/6/13

Dan noticed this earlier today.  The FLTK toolkit calls
scripts/util/private/__add_default_menu__.m which sets up a Help menu with
an About entry.  However the code is

uimenu (__h, "label", "A&bout", "enable", "off");

which means the entry is disabled (grayed out) and isn't connected to
anything.  Should it return the version of Octave and version of FLTK?
Should it return the same help string as the '?' button on the bottom toolbar?

Or just be removed?

jwe



reply via email to

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